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 31fadd9..ab9146e 100755
--- a/examples/menu.py
+++ b/examples/menu.py
@@ -11,7 +11,7 @@
#*****************************************************************************/
import sys, string
-from python_tqt.qt import *
+from PyTQt.qt import *
TRUE = 1
FALSE = 0