summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-13 11:10:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-14 23:21:12 +0900
commit0037a5640ef938c4e7a290359b05e52ea1984ce8 (patch)
tree82d9e76cd52dcba49f706945f1fcfe642e4473ee
parent5770bbf3a910d2ea11c9b73935a339220ce49df1 (diff)
downloadtdepim-0037a5640ef938c4e7a290359b05e52ea1984ce8.tar.gz
tdepim-0037a5640ef938c4e7a290359b05e52ea1984ce8.zip
Replace Q_WS_* defines with TQ_WS_* equivalents
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 23c6e54fc3e56a43790d86f7bd71b232a8a75869)
-rw-r--r--doc/api/Doxyfile.pim2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/Doxyfile.pim b/doc/api/Doxyfile.pim
index 62cf6790..2f238502 100644
--- a/doc/api/Doxyfile.pim
+++ b/doc/api/Doxyfile.pim
@@ -930,7 +930,7 @@ INCLUDE_FILE_PATTERNS =
PREDEFINED = TQT_VERSION=320 \
__cplusplus \
- Q_WS_X11
+ TQ_WS_X11
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.