summaryrefslogtreecommitdiffstats
path: root/examples/tut12.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tut12.py')
-rwxr-xr-xexamples/tut12.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tut12.py b/examples/tut12.py
index 452d1ac..d0370f8 100755
--- a/examples/tut12.py
+++ b/examples/tut12.py
@@ -5,7 +5,7 @@
import sys
import math
import random
-from python_tqt import qt
+from PyTQt import qt
class LCDRange(qt.TQVBox):