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 302d454..9be19eb 100755 --- a/examples/dclock.py +++ b/examples/dclock.py @@ -4,7 +4,7 @@ import sys, string -from python_tqt.qt import * +from PyTQt.qt import * class DigitalClock(TQLCDNumber): |