summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-13 11:08:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-13 11:08:59 +0900
commit59a8bf7c09f87fbccd6dc2987145c7216e043e77 (patch)
tree49d43a46e58b46919693040f28a2c5bba384bcf3
parent3c012e46bdd579ddec66bdabead8abdd4de876eb (diff)
downloadadmin-master.tar.gz
admin-master.zip
Replace Q_WS_* defines with TQ_WS_* equivalentsHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--Doxyfile.global2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.global b/Doxyfile.global
index 5c41093..9d8dbf5 100644
--- a/Doxyfile.global
+++ b/Doxyfile.global
@@ -1282,7 +1282,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.