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:20:32 +0900
commit23c6e54fc3e56a43790d86f7bd71b232a8a75869 (patch)
treeb7d6b0b8eefd2631598d7f9ae0cbbf9c037dae21
parentdbbca88fae8688fab1d8f9e2feddd54e476a1ecf (diff)
downloadtdepim-23c6e54fc3e56a43790d86f7bd71b232a8a75869.tar.gz
tdepim-23c6e54fc3e56a43790d86f7bd71b232a8a75869.zip
Replace Q_WS_* defines with TQ_WS_* equivalents
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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.