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