summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/ntqprocess.h')
-rw-r--r--src/kernel/ntqprocess.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kernel/ntqprocess.h b/src/kernel/ntqprocess.h
index 6dfba30f..7b243c7a 100644
--- a/src/kernel/ntqprocess.h
+++ b/src/kernel/ntqprocess.h
@@ -47,7 +47,7 @@
#include "ntqdir.h"
#endif // QT_H
-#ifndef QT_NO_PROCESS
+#ifndef TQT_NO_PROCESS
class TQProcessPrivate;
class TQMembuf;
@@ -67,7 +67,7 @@ public:
void clearArguments();
virtual void setArguments( const TQStringList& args );
virtual void addArgument( const TQString& arg );
-#ifndef QT_NO_DIR
+#ifndef TQT_NO_DIR
TQDir workingDirectory() const;
virtual void setWorkingDirectory( const TQDir& dir );
#endif
@@ -146,7 +146,7 @@ private slots:
private:
TQProcessPrivate *d;
-#ifndef QT_NO_DIR
+#ifndef TQT_NO_DIR
TQDir workingDir;
#endif
TQStringList _arguments;
@@ -173,6 +173,6 @@ private:
#endif
};
-#endif // QT_NO_PROCESS
+#endif // TQT_NO_PROCESS
#endif // TQPROCESS_H