diff options
Diffstat (limited to 'examples2/tut13.py')
-rwxr-xr-x | examples2/tut13.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples2/tut13.py b/examples2/tut13.py index 9147c45..1584443 100755 --- a/examples2/tut13.py +++ b/examples2/tut13.py @@ -5,7 +5,7 @@ import sys import math import random -from qt import * +from python_tqt.qt import * class LCDRange(TQWidget): |