summaryrefslogtreecommitdiffstats
path: root/sessionapplet/dmctl.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-13 11:03:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-14 21:14:54 +0900
commit8e634f32e5d144142f17e5d1e191db2fdec3ac03 (patch)
tree3492caaa8746279b9c036becc08fb2e54be62808 /sessionapplet/dmctl.h
parent8f6829a20f2439f2bcfb7f39ce64eef133e93234 (diff)
downloadtde-style-baghira-8e634f32e5d144142f17e5d1e191db2fdec3ac03.tar.gz
tde-style-baghira-8e634f32e5d144142f17e5d1e191db2fdec3ac03.zip
Replace Q_WS_* defines with TQ_WS_* equivalents
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fb29802cdbc55ecbf7431cdea2bc62f2143260ce)
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