diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-13 11:09:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-14 23:27:16 +0900 |
commit | 2d7d2122cf33aa713cebef95981305039c798003 (patch) | |
tree | 5475258078fa4044901c26c26ac4d04500fa2233 /konsole | |
parent | 55dd5ae8226b7d73b0883f827472e420977160e5 (diff) | |
download | tdebase-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 'konsole')
-rw-r--r-- | konsole/konsole/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konsole/konsole/main.cpp b/konsole/konsole/main.cpp index 4039362e3..76db9e9cc 100644 --- a/konsole/konsole/main.cpp +++ b/konsole/konsole/main.cpp @@ -46,7 +46,7 @@ #include "konsole.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 |