summaryrefslogtreecommitdiffstats
path: root/sessionapplet/dmctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sessionapplet/dmctl.h')
-rw-r--r--sessionapplet/dmctl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sessionapplet/dmctl.h b/sessionapplet/dmctl.h
index f8ce2c2..4d31c6b 100644
--- a/sessionapplet/dmctl.h
+++ b/sessionapplet/dmctl.h
@@ -33,7 +33,7 @@ typedef TQValueList<SessEnt> SessList;
class DM {
-#ifdef Q_WS_X11
+#ifdef TQ_WS_X11
public:
DM();
@@ -64,7 +64,7 @@ private:
bool exec( const char *cmd, TQCString &ret );
bool exec( const char *cmd );
-#else // Q_WS_X11
+#else // TQ_WS_X11
public:
DM() {}
@@ -84,7 +84,7 @@ public:
bool bootOptions( TQStringList &opts, int &dflt, int &curr );
-#endif // Q_WS_X11
+#endif // TQ_WS_X11
}; // class DM