exports.cpp
changeset 393 053b8645e3e9
parent 384 73bfe41502d9
child 404 53efc2562a7d
     1.1 --- a/exports.cpp	Mon Oct 16 12:42:54 2006 +0000
     1.2 +++ b/exports.cpp	Wed Oct 18 10:45:00 2006 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4 -#include <q3filedialog.h>
     1.5 -#include <QMessageBox>
     1.6 -#include <QProcess>
     1.7 -#include <QTextStream>
     1.8 +//#include <q3filedialog.h>
     1.9 +//#include <QMessageBox>
    1.10 +//#include <QProcess>
    1.11 +//#include <QTextStream>
    1.12  
    1.13  #include "exports.h"
    1.14  #include "file.h"
    1.15 @@ -19,7 +19,7 @@
    1.16  {
    1.17  	indentPerDepth="  ";
    1.18  	bool ok;
    1.19 -    tmpDir.setPath (makeUniqueDir(ok,"/tmp/vym-XXXXXX"));
    1.20 +    tmpDir.setPath (makeUniqueDir(ok,"/tmp/vym-export-XXXXXX"));
    1.21  	if (!tmpDir.exists() || !ok)
    1.22  		QMessageBox::critical( 0, QObject::tr( "Error" ),
    1.23  					   QObject::tr("Couldn't access temporary directory\n"));