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