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