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/httpd-example.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/httpd-example.html') diff --git a/doc/html/httpd-example.html b/doc/html/httpd-example.html index 733d2e299..08673f7b1 100644 --- a/doc/html/httpd-example.html +++ b/doc/html/httpd-example.html @@ -145,7 +145,7 @@ public: connect( httpd, SIGNAL(newConnect()), SLOT(newConnect()) ); connect( httpd, SIGNAL(endConnect()), SLOT(endConnect()) ); connect( httpd, SIGNAL(wroteToClient()), SLOT(wroteToClient()) ); - connect( quit, SIGNAL(pressed()), qApp, SLOT(quit()) ); + connect( quit, SIGNAL(pressed()), tqApp, SLOT(quit()) ); } ~HttpInfo() -- cgit v1.2.1