summaryrefslogtreecommitdiffstats
path: root/kdesktop/bgmanager.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-02-13 11:09:49 +0900
committerMichele Calgaro <[email protected]>2024-02-14 23:27:49 +0900
commitb2fcd6f20191c7fc8557d99e9bbe26d2166a516a (patch)
tree883186f4c1c2f818a52e91594a6551c75742c6f7 /kdesktop/bgmanager.h
parent2878e483494b14524394ae1680c8eb4bcae66d66 (diff)
downloadtdebase-b2fcd6f20191c7fc8557d99e9bbe26d2166a516a.tar.gz
tdebase-b2fcd6f20191c7fc8557d99e9bbe26d2166a516a.zip
Replace Q_WS_* defines with TQ_WS_* equivalents
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 2d7d2122cf33aa713cebef95981305039c798003)
Diffstat (limited to 'kdesktop/bgmanager.h')
-rw-r--r--kdesktop/bgmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdesktop/bgmanager.h b/kdesktop/bgmanager.h
index 99d30a7bd..d78ebebc3 100644
--- a/kdesktop/bgmanager.h
+++ b/kdesktop/bgmanager.h
@@ -16,7 +16,7 @@
#include <tqdatetime.h>
#include <KBackgroundIface.h>
-#if defined(Q_WS_X11) && defined(HAVE_XRENDER) && TQT_VERSION >= 0x030300
+#if defined(TQ_WS_X11) && defined(HAVE_XRENDER) && TQT_VERSION >= 0x030300
#define COMPOSITE
#endif