diff options
author | Michele Calgaro <[email protected]> | 2024-02-13 11:11:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-13 11:11:09 +0900 |
commit | 23638c89e30cefac38f38a681e58c628ce94a74a (patch) | |
tree | 7d65134ee96aa5263c4c72a686178fac82494035 /configure.py | |
parent | 15eb6c387b2bfd9f54bd8223d483dd8c3998ea2e (diff) | |
download | pytqt-23638c89e30cefac38f38a681e58c628ce94a74a.tar.gz pytqt-23638c89e30cefac38f38a681e58c628ce94a74a.zip |
Replace Q_WS_* defines with TQ_WS_* equivalents
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'configure.py')
-rw-r--r-- | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py index b600ac3..2f1fa80 100644 --- a/configure.py +++ b/configure.py @@ -692,7 +692,7 @@ int main(int argc,char **argv) fprintf(fp,"-x TQt_THREAD_SUPPORT\\n"); #endif -#if !defined(Q_WS_WIN) || defined(TQT_NO_STYLE_WINDOWSXP) +#if !defined(TQ_WS_WIN) || defined(TQT_NO_STYLE_WINDOWSXP) fprintf(fp,"-x TQt_STYLE_WINDOWSXP\\n"); #endif |