changeset 609 | 6fdccfe13a54 |
parent 600 | a9fe976e01a6 |
child 613 | 8fb5b3956b3e |
1.1 --- a/exports.cpp Tue Oct 16 09:53:22 2007 +0000 1.2 +++ b/exports.cpp Mon Oct 22 09:50:08 2007 +0000 1.3 @@ -14,7 +14,7 @@ 1.4 { 1.5 indentPerDepth=" "; 1.6 bool ok; 1.7 - tmpDir.setPath (makeUniqueDir(ok,"/tmp/vym-export-XXXXXX")); 1.8 + tmpDir.setPath (makeTmpDir(ok,"vym-export")); 1.9 if (!tmpDir.exists() || !ok) 1.10 QMessageBox::critical( 0, QObject::tr( "Error" ), 1.11 QObject::tr("Couldn't access temporary directory\n"));