From 520c05ef06ce203ad32470730f68402bc7719157 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 27 Feb 2012 02:13:42 -0600 Subject: Automated update from qt3 --- doc/html/mdi-example.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/mdi-example.html') diff --git a/doc/html/mdi-example.html b/doc/html/mdi-example.html index 48022b476..94cf3aafe 100644 --- a/doc/html/mdi-example.html +++ b/doc/html/mdi-example.html @@ -233,7 +233,7 @@ const char * filePrintText = "Click this button to print the file you " #endif file->insertSeparator(); file->insertItem( "&Close", this, SLOT(closeWindow()), CTRL+Key_W ); - file->insertItem( "&Quit", qApp, SLOT( closeAllWindows() ), CTRL+Key_Q ); + file->insertItem( "&Quit", tqApp, SLOT( closeAllWindows() ), CTRL+Key_Q ); windowsMenu = new TQPopupMenu( this ); windowsMenu->setCheckable( TRUE ); -- cgit v1.2.1