diff options
Diffstat (limited to 'examples/cursor.py')
-rwxr-xr-x | examples/cursor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cursor.py b/examples/cursor.py index f6ef6ee..f4a0ca4 100755 --- a/examples/cursor.py +++ b/examples/cursor.py @@ -10,7 +10,7 @@ ***************************************************************************""" import sys -from PyTQt.qt import * +from PyTQt.tqt import * # cb_bits and cm_bits were generated by X bitmap program. |