summaryrefslogtreecommitdiffstats
path: root/src/dmctl.cpp
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:22 +0900
commit74cbc6e1845961a81547e0fc6ea84bfa863959da (patch)
tree9b571a671b943896e756435068d471eb5b609f84 /src/dmctl.cpp
parenta65bdf88e79355f01f13b9d755bf9945b37f249f (diff)
downloadtastymenu-74cbc6e1845961a81547e0fc6ea84bfa863959da.tar.gz
tastymenu-74cbc6e1845961a81547e0fc6ea84bfa863959da.zip
Replace Q_WS_* defines with TQ_WS_* equivalents
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1d2fbc02d29b741c9128b42de8300ed296730f97)
Diffstat (limited to 'src/dmctl.cpp')
-rw-r--r--src/dmctl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dmctl.cpp b/src/dmctl.cpp
index c6d3110..29c6c8c 100644
--- a/src/dmctl.cpp
+++ b/src/dmctl.cpp
@@ -19,7 +19,7 @@
#include "dmctl.h"
-#ifdef Q_WS_X11
+#ifdef TQ_WS_X11
#include <tdelocale.h>
#include <dcopclient.h>
@@ -431,4 +431,4 @@ DM::GDMAuthenticate()
fclose (fp);
}
-#endif // Q_WS_X11
+#endif // TQ_WS_X11