diff options
Diffstat (limited to 'examples/dclock.py')
-rwxr-xr-x | examples/dclock.py | 2 |
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): |