summaryrefslogtreecommitdiffstats
path: root/examples/tut7.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tut7.py')
-rwxr-xr-xexamples/tut7.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tut7.py b/examples/tut7.py
index 3c9deea..1df3f4e 100755
--- a/examples/tut7.py
+++ b/examples/tut7.py
@@ -3,7 +3,7 @@
# TQt tutorial 7.
import sys
-from python_tqt import qt
+from PyTQt import qt
class LCDRange(qt.TQVBox):