summaryrefslogtreecommitdiffstats
path: root/examples/network/httpd
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-28 22:31:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-28 22:31:39 -0600
commit41bb408dde90e755b07cd2ab8a9bdec7548c84b0 (patch)
tree6d4d5407c000add30aa78630e009c0e5d633e440 /examples/network/httpd
parent1740cd279522c060e738bbbffacab83355d2b794 (diff)
downloadtqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.tar.gz
tqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.zip
Automated conversion from qt3
Diffstat (limited to 'examples/network/httpd')
-rw-r--r--examples/network/httpd/httpd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/httpd/httpd.cpp b/examples/network/httpd/httpd.cpp
index 827d5cdb4..28e0bd37a 100644
--- a/examples/network/httpd/httpd.cpp
+++ b/examples/network/httpd/httpd.cpp
@@ -27,7 +27,7 @@ public:
TQServerSocket(8080,1,parent)
{
if ( !ok() ) {
- qWarning("Failed to bind to port 8080");
+ tqWarning("Failed to bind to port 8080");
exit( 1 );
}
}