diff options
author | Michele Calgaro <[email protected]> | 2024-02-13 11:10:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-14 23:21:12 +0900 |
commit | 0037a5640ef938c4e7a290359b05e52ea1984ce8 (patch) | |
tree | 82d9e76cd52dcba49f706945f1fcfe642e4473ee | |
parent | 5770bbf3a910d2ea11c9b73935a339220ce49df1 (diff) | |
download | tdepim-0037a5640ef938c4e7a290359b05e52ea1984ce8.tar.gz tdepim-0037a5640ef938c4e7a290359b05e52ea1984ce8.zip |
Replace Q_WS_* defines with TQ_WS_* equivalents
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 23c6e54fc3e56a43790d86f7bd71b232a8a75869)
-rw-r--r-- | doc/api/Doxyfile.pim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/Doxyfile.pim b/doc/api/Doxyfile.pim index 62cf67904..2f2385026 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. |