summaryrefslogtreecommitdiffstats
path: root/examples/tut10.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tut10.py')
-rwxr-xr-xexamples/tut10.py2
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):