diff options
Diffstat (limited to 'examples/tut2.py')
-rwxr-xr-x | examples/tut2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tut2.py b/examples/tut2.py index 80fe48f..e74101e 100755 --- a/examples/tut2.py +++ b/examples/tut2.py @@ -3,7 +3,7 @@ # TQt tutorial 2. import sys -from python_tqt import qt +from PyTQt import qt a = qt.TQApplication(sys.argv) |