From 23c6e54fc3e56a43790d86f7bd71b232a8a75869 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 13 Feb 2024 11:10:52 +0900 Subject: [PATCH] Replace Q_WS_* defines with TQ_WS_* equivalents Signed-off-by: Michele Calgaro --- doc/api/Doxyfile.pim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.