summaryrefslogtreecommitdiffstats
path: root/examples/tut4.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tut4.py')
-rwxr-xr-xexamples/tut4.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tut4.py b/examples/tut4.py
index 41417f5..04e0a61 100755
--- a/examples/tut4.py
+++ b/examples/tut4.py
@@ -3,7 +3,7 @@
# TQt tutorial 4.
import sys
-from python_tqt import qt
+from PyTQt import qt
class MyWidget(qt.TQWidget):