summaryrefslogtreecommitdiffstats
path: root/kspread/Doxyfile
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-13 11:03:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-14 21:18:10 +0900
commita50710e67a198aa583d1d8cdf73b6fd9c59900e2 (patch)
tree4d6e1d28342cd7d5b7907ec23f57303a28e027f2 /kspread/Doxyfile
parent67aa6b188ef42c2162da6172856ffbd4d7789414 (diff)
downloadkoffice-a50710e6.tar.gz
koffice-a50710e6.zip
Replace Q_WS_* defines with TQ_WS_* equivalents
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 39ecff8fe9f78f3363caa0dd1bca64d68dd178b0)
Diffstat (limited to 'kspread/Doxyfile')
-rw-r--r--kspread/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/Doxyfile b/kspread/Doxyfile
index bb39c7ba8..dc3d07325 100644
--- a/kspread/Doxyfile
+++ b/kspread/Doxyfile
@@ -929,7 +929,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.