diff options
author | Michele Calgaro <[email protected]> | 2024-02-13 11:09:49 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-14 23:27:16 +0900 |
commit | 2d7d2122cf33aa713cebef95981305039c798003 (patch) | |
tree | 5475258078fa4044901c26c26ac4d04500fa2233 /libkonq | |
parent | 55dd5ae8226b7d73b0883f827472e420977160e5 (diff) | |
download | tdebase-2d7d2122cf33aa713cebef95981305039c798003.tar.gz tdebase-2d7d2122cf33aa713cebef95981305039c798003.zip |
Replace Q_WS_* defines with TQ_WS_* equivalents
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'libkonq')
-rw-r--r-- | libkonq/libkonq_export.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkonq/libkonq_export.h b/libkonq/libkonq_export.h index 4e10a4ec0..7f489e84f 100644 --- a/libkonq/libkonq_export.h +++ b/libkonq/libkonq_export.h @@ -27,7 +27,7 @@ /* needed, because e.g. Q_OS_UNIX is so frequently used */ #include <tqglobal.h> -#ifdef Q_WS_WIN +#ifdef TQ_WS_WIN #else /* Q_OS_UNIX */ |