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