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