diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-13 11:11:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-13 11:11:09 +0900 |
commit | 23638c89e30cefac38f38a681e58c628ce94a74a (patch) | |
tree | 7d65134ee96aa5263c4c72a686178fac82494035 /examples/mdi.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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/mdi.py')
-rwxr-xr-x | examples/mdi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mdi.py b/examples/mdi.py index 961c54a..84d9b36 100755 --- a/examples/mdi.py +++ b/examples/mdi.py @@ -286,7 +286,7 @@ class MDIWindow( TQMainWindow): self.medit.hide() del self.medit qm=TQMovie(fn) - #ifdef Q_WS_QWS // temporary speed-test hack + #ifdef TQ_WS_QWS // temporary speed-test hack #qm->setDisplayWidget(tmp); #endif tmp.setBackgroundMode(TQWidget.NoBackground) |