diff options
Diffstat (limited to 'examples/tut4.py')
-rwxr-xr-x | examples/tut4.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tut4.py b/examples/tut4.py index 41417f5..04e0a61 100755 --- a/examples/tut4.py +++ b/examples/tut4.py @@ -3,7 +3,7 @@ # TQt tutorial 4. import sys -from python_tqt import qt +from PyTQt import qt class MyWidget(qt.TQWidget): |