diff options
Diffstat (limited to 'examples3/dclock.py')
-rwxr-xr-x | examples3/dclock.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3/dclock.py b/examples3/dclock.py index d129681..eb4e990 100755 --- a/examples3/dclock.py +++ b/examples3/dclock.py @@ -4,7 +4,7 @@ import sys, string -from qt import * +from python_tqt.qt import * class DigitalClock(TQLCDNumber): |