summaryrefslogtreecommitdiffstats
path: root/examples3/mdi.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples3/mdi.py')
-rwxr-xr-xexamples3/mdi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3/mdi.py b/examples3/mdi.py
index 3ff7e2e..8418678 100755
--- a/examples3/mdi.py
+++ b/examples3/mdi.py
@@ -164,7 +164,7 @@ class ApplicationWindow(TQMainWindow):
self.file.insertSeparator()
self.file.insertItem('&Close',self,SLOT('close()'),TQt.CTRL + TQt.Key_W)
- self.file.insertItem('&Quit',qApp,SLOT('closeAllWindows()'),TQt.CTRL + TQt.Key_Q)
+ self.file.insertItem('&Quit',tqApp,SLOT('closeAllWindows()'),TQt.CTRL + TQt.Key_Q)
self.menuBar().insertSeparator()
self.windows = TQPopupMenu( self )