summaryrefslogtreecommitdiffstats
path: root/examples/tooltip.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tooltip.py')
-rwxr-xr-xexamples/tooltip.py2
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 ):