summaryrefslogtreecommitdiffstats
path: root/src/kernel/qprocess_unix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qprocess_unix.cpp')
-rw-r--r--src/kernel/qprocess_unix.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kernel/qprocess_unix.cpp b/src/kernel/qprocess_unix.cpp
index 3bba1bca..f41923fd 100644
--- a/src/kernel/qprocess_unix.cpp
+++ b/src/kernel/qprocess_unix.cpp
@@ -47,7 +47,7 @@
#include "ntqprocess.h"
-#ifndef QT_NO_PROCESS
+#ifndef TQT_NO_PROCESS
#include "ntqapplication.h"
#include "ntqptrqueue.h"
@@ -816,7 +816,7 @@ bool TQProcess::start( TQStringList *env )
if ( comms & DupStderr ) {
::dup2( STDOUT_FILENO, STDERR_FILENO );
}
-#ifndef QT_NO_DIR
+#ifndef TQT_NO_DIR
if (::chdir( workingDir.absPath().latin1() ) < 0) {
tqWarning( "Could not chdir" );
}
@@ -871,7 +871,7 @@ bool TQProcess::start( TQStringList *env )
if(!TQFile::exists(dir + "/" + command) && TQFile::exists(dir + "/" + command + ".app"))
dir += "/" + command + ".app/Contents/MacOS";
#endif
-#ifndef QT_NO_DIR
+#ifndef TQT_NO_DIR
TQFileInfo fileInfo( dir, command );
#else
TQFileInfo fileInfo( dir + "/" + command );
@@ -1414,4 +1414,4 @@ TQProcess::PID TQProcess::processIdentifier()
return d->proc->pid;
}
-#endif // QT_NO_PROCESS
+#endif // TQT_NO_PROCESS