summaryrefslogtreecommitdiffstats
path: root/examples/tut11.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tut11.py')
-rwxr-xr-xexamples/tut11.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tut11.py b/examples/tut11.py
index cb6444b..f5a9930 100755
--- a/examples/tut11.py
+++ b/examples/tut11.py
@@ -4,7 +4,7 @@
import sys
import math
-from python_tqt import qt
+from PyTQt import qt
class LCDRange(qt.TQVBox):