summaryrefslogtreecommitdiffstats
path: root/examples/menu.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/menu.py')
-rwxr-xr-xexamples/menu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/menu.py b/examples/menu.py
index ab9146e..f363195 100755
--- a/examples/menu.py
+++ b/examples/menu.py
@@ -11,7 +11,7 @@
#*****************************************************************************/
import sys, string
-from PyTQt.qt import *
+from PyTQt.tqt import *
TRUE = 1
FALSE = 0