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