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