diff -r 12e4596e7bb7 -r 84c73902f727 exports.cpp --- a/exports.cpp Mon Oct 22 09:50:03 2007 +0000 +++ b/exports.cpp Mon Oct 22 09:50:03 2007 +0000 @@ -14,7 +14,7 @@ { indentPerDepth=" "; bool ok; - tmpDir.setPath (makeUniqueDir(ok,"/tmp/vym-export-XXXXXX")); + tmpDir.setPath (makeTmpDir(ok,"vym-export")); if (!tmpDir.exists() || !ok) QMessageBox::critical( 0, QObject::tr( "Error" ), QObject::tr("Couldn't access temporary directory\n"));