summaryrefslogtreecommitdiffstats
path: root/examples2/menu.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples2/menu.py')
-rwxr-xr-xexamples2/menu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples2/menu.py b/examples2/menu.py
index a8efe7b..4f1cadd 100755
--- a/examples2/menu.py
+++ b/examples2/menu.py
@@ -160,7 +160,7 @@ class MenuExample( TQWidget ):
self.file.insertSeparator()
self.file.insertItem( self.p4, "&Print", self.printer, TQt.CTRL+TQt.Key_P )
self.file.insertSeparator()
- self.file.insertItem( "E&xit", qApp, SLOT( "quit()" ), TQt.CTRL+TQt.Key_Q )
+ self.file.insertItem( "E&xit", tqApp, SLOT( "quit()" ), TQt.CTRL+TQt.Key_Q )
self.edit = TQPopupMenu( self )
#CHECK_PTR( self.edit )