diff options
Diffstat (limited to 'examples/tut9.py')
-rwxr-xr-x | examples/tut9.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tut9.py b/examples/tut9.py index 3eafed7..e45b0e4 100755 --- a/examples/tut9.py +++ b/examples/tut9.py @@ -3,7 +3,7 @@ # TQt tutorial 9. import sys -from python_tqt import qt +from PyTQt import qt class LCDRange(qt.TQVBox): |