diff options
Diffstat (limited to 'examples3/widgets.py')
-rwxr-xr-x | examples3/widgets.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3/widgets.py b/examples3/widgets.py index 372a63c..0d3ce3a 100755 --- a/examples3/widgets.py +++ b/examples3/widgets.py @@ -2,7 +2,7 @@ import sys, string -from qt import * +from python_tqt.qt import * # ## Constructs an analog clock widget that uses an internal TQTimer. |