From 9a75b154bf0732aa3a501b6e31e566e06c5f8a31 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:11:59 -0600 Subject: Undo prior accidental commit --- examples/network/httpd/httpd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/network/httpd/httpd.cpp') diff --git a/examples/network/httpd/httpd.cpp b/examples/network/httpd/httpd.cpp index df9df6b..4c40961 100644 --- a/examples/network/httpd/httpd.cpp +++ b/examples/network/httpd/httpd.cpp @@ -27,7 +27,7 @@ public: QServerSocket(8080,1,parent) { if ( !ok() ) { - tqWarning("Failed to bind to port 8080"); + qWarning("Failed to bind to port 8080"); exit( 1 ); } } -- cgit v1.2.1