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