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