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