diff options
Diffstat (limited to 'examples/tooltip.py')
-rwxr-xr-x | examples/tooltip.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tooltip.py b/examples/tooltip.py index 13025e3..b55e0d6 100755 --- a/examples/tooltip.py +++ b/examples/tooltip.py @@ -11,7 +11,7 @@ ***************************************************************************""" import sys -from python_tqt.qt import * +from PyTQt.qt import * from random import random class DynamicTip( TQToolTip ): |