diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-13 11:03:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-13 11:03:25 +0900 |
commit | 39ecff8fe9f78f3363caa0dd1bca64d68dd178b0 (patch) | |
tree | 8b19225a3fc036d91571a5540dd9b42017ef54d2 /chalk/chalkcolor/kis_profile.cpp | |
parent | 359ccbfc2d68e78aa05da43e2b51f358f1d940b1 (diff) | |
download | koffice-39ecff8fe9f78f3363caa0dd1bca64d68dd178b0.tar.gz koffice-39ecff8fe9f78f3363caa0dd1bca64d68dd178b0.zip |
Replace Q_WS_* defines with TQ_WS_* equivalents
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'chalk/chalkcolor/kis_profile.cpp')
-rw-r--r-- | chalk/chalkcolor/kis_profile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/chalkcolor/kis_profile.cpp b/chalk/chalkcolor/kis_profile.cpp index df98a750..7afde3e9 100644 --- a/chalk/chalkcolor/kis_profile.cpp +++ b/chalk/chalkcolor/kis_profile.cpp @@ -168,7 +168,7 @@ KisAnnotationSP KisProfile::annotation() const KisProfile * KisProfile::getScreenProfile (int screen) { -#ifdef Q_WS_X11 +#ifdef TQ_WS_X11 Atom type; int format; |