diff options
Diffstat (limited to 'examples2/tut11.py')
-rwxr-xr-x | examples2/tut11.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples2/tut11.py b/examples2/tut11.py index 99c0290..0f60d72 100755 --- a/examples2/tut11.py +++ b/examples2/tut11.py @@ -4,7 +4,7 @@ import sys import math -from qt import * +from python_tqt.qt import * class LCDRange(TQVBox): |