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