diff -r 18f824bd3070 -r 053b8645e3e9 exports.cpp --- a/exports.cpp Mon Oct 16 12:42:54 2006 +0000 +++ b/exports.cpp Wed Oct 18 10:45:00 2006 +0000 @@ -1,7 +1,7 @@ -#include -#include -#include -#include +//#include +//#include +//#include +//#include #include "exports.h" #include "file.h" @@ -19,7 +19,7 @@ { indentPerDepth=" "; bool ok; - tmpDir.setPath (makeUniqueDir(ok,"/tmp/vym-XXXXXX")); + tmpDir.setPath (makeUniqueDir(ok,"/tmp/vym-export-XXXXXX")); if (!tmpDir.exists() || !ok) QMessageBox::critical( 0, QObject::tr( "Error" ), QObject::tr("Couldn't access temporary directory\n"));