diff -r a9fe976e01a6 -r 6fdccfe13a54 exports.cpp --- a/exports.cpp Tue Oct 16 09:53:22 2007 +0000 +++ b/exports.cpp Mon Oct 22 09:50:08 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"));