summaryrefslogtreecommitdiffstats
path: root/examples3/widgets.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples3/widgets.py')
-rwxr-xr-xexamples3/widgets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3/widgets.py b/examples3/widgets.py
index 372a63c..0d3ce3a 100755
--- a/examples3/widgets.py
+++ b/examples3/widgets.py
@@ -2,7 +2,7 @@
import sys, string
-from qt import *
+from python_tqt.qt import *
#
## Constructs an analog clock widget that uses an internal TQTimer.