summaryrefslogtreecommitdiffstats
path: root/examples2/tut9.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples2/tut9.py')
-rwxr-xr-xexamples2/tut9.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples2/tut9.py b/examples2/tut9.py
index 5938004..5bad8d8 100755
--- a/examples2/tut9.py
+++ b/examples2/tut9.py
@@ -3,7 +3,7 @@
# TQt tutorial 9.
import sys
-from qt import *
+from python_tqt.qt import *
class LCDRange(TQVBox):