summaryrefslogtreecommitdiffstats
path: root/sessionapplet/dmctl.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-02-13 11:03:25 +0900
committerMichele Calgaro <[email protected]>2024-02-13 11:03:25 +0900
commitfb29802cdbc55ecbf7431cdea2bc62f2143260ce (patch)
treec8a5d96b49c4fa3e5caf54bd8e60afde1c3a1617 /sessionapplet/dmctl.cpp
parent936a0c73f552cce101c9aa5ec64800fad86542a2 (diff)
downloadtde-style-baghira-fb29802cdbc55ecbf7431cdea2bc62f2143260ce.tar.gz
tde-style-baghira-fb29802cdbc55ecbf7431cdea2bc62f2143260ce.zip
Replace Q_WS_* defines with TQ_WS_* equivalents
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'sessionapplet/dmctl.cpp')
-rw-r--r--sessionapplet/dmctl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sessionapplet/dmctl.cpp b/sessionapplet/dmctl.cpp
index 5390c29..f6a1d35 100644
--- a/sessionapplet/dmctl.cpp
+++ b/sessionapplet/dmctl.cpp
@@ -19,7 +19,7 @@
#include "dmctl.h"
-#ifdef Q_WS_X11
+#ifdef TQ_WS_X11
#include <tdelocale.h>
#include <dcopclient.h>
@@ -320,4 +320,4 @@ DM::lockSwitchVT( int vt )
kapp->dcopClient()->send( "kdesktop", "KScreensaverIface", "lock()", "" );
}
-#endif // Q_WS_X11
+#endif // TQ_WS_X11