diff options
Diffstat (limited to 'examples3/tut1.py')
-rwxr-xr-x | examples3/tut1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3/tut1.py b/examples3/tut1.py index 34dada8..3e30fcc 100755 --- a/examples3/tut1.py +++ b/examples3/tut1.py @@ -3,7 +3,7 @@ # TQt tutorial 1. import sys -import qt +from python_tqt import qt a = qt.TQApplication(sys.argv) |