diff options
Diffstat (limited to 'examples2/tut4.py')
-rwxr-xr-x | examples2/tut4.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples2/tut4.py b/examples2/tut4.py index 71a5b65..76d99bb 100755 --- a/examples2/tut4.py +++ b/examples2/tut4.py @@ -3,7 +3,7 @@ # TQt tutorial 4. import sys -from qt import * +from python_tqt.qt import * class MyWidget(TQWidget): |