summaryrefslogtreecommitdiffstats
path: root/examples2/tut1.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples2/tut1.py')
-rwxr-xr-xexamples2/tut1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples2/tut1.py b/examples2/tut1.py
index 43649bf..f6e4b47 100755
--- a/examples2/tut1.py
+++ b/examples2/tut1.py
@@ -3,7 +3,7 @@
# TQt tutorial 1.
import sys
-from qt import *
+from python_tqt.qt import *
a = TQApplication(sys.argv)