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