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