summaryrefslogtreecommitdiffstats
path: root/krootbacking/krootbacking.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-13 11:09:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-14 23:27:16 +0900
commit2d7d2122cf33aa713cebef95981305039c798003 (patch)
tree5475258078fa4044901c26c26ac4d04500fa2233 /krootbacking/krootbacking.h
parent55dd5ae8226b7d73b0883f827472e420977160e5 (diff)
downloadtdebase-2d7d2122cf33aa713cebef95981305039c798003.tar.gz
tdebase-2d7d2122cf33aa713cebef95981305039c798003.zip
Replace Q_WS_* defines with TQ_WS_* equivalents
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'krootbacking/krootbacking.h')
-rw-r--r--krootbacking/krootbacking.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/krootbacking/krootbacking.h b/krootbacking/krootbacking.h
index 860fe7e85..a430d3c45 100644
--- a/krootbacking/krootbacking.h
+++ b/krootbacking/krootbacking.h
@@ -27,7 +27,7 @@
#include <tqcolor.h>
#include <tdelibs_export.h>
-#ifndef Q_WS_QWS //FIXME
+#ifndef TQ_WS_QWS //FIXME
class TQRect;
class TQWidget;
@@ -174,6 +174,6 @@ private:
void init();
};
-#endif // ! Q_WS_QWS
+#endif // ! TQ_WS_QWS
#endif // KROOTBACKING_H