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