summaryrefslogtreecommitdiffstats
path: root/examples/dclock.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dclock.py')
-rwxr-xr-xexamples/dclock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dclock.py b/examples/dclock.py
index 9be19eb..08fcafe 100755
--- a/examples/dclock.py
+++ b/examples/dclock.py
@@ -4,7 +4,7 @@
import sys, string
-from PyTQt.qt import *
+from PyTQt.tqt import *
class DigitalClock(TQLCDNumber):