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/simple-application.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/simple-application.html') diff --git a/doc/html/simple-application.html b/doc/html/simple-application.html index 95af018e3..429e7736b 100644 --- a/doc/html/simple-application.html +++ b/doc/html/simple-application.html @@ -292,7 +292,7 @@ example for a shorter and easier approach.) file->insertSeparator(); file->insertItem( "&Close", this, SLOT(close()), CTRL+Key_W ); - file->insertItem( "&Quit", qApp, SLOT( closeAllWindows() ), CTRL+Key_Q ); + file->insertItem( "&Quit", tqApp, SLOT( closeAllWindows() ), CTRL+Key_Q );

... the Print command with "What's This?" help, another separator and two more commands (Close and Quit) without "What's This?" and pixmaps. -- cgit v1.2.1