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 b55e0d6..ed36888 100755 --- a/examples/tooltip.py +++ b/examples/tooltip.py @@ -11,7 +11,7 @@ ***************************************************************************""" import sys -from PyTQt.qt import * +from PyTQt.tqt import * from random import random class DynamicTip( TQToolTip ): |