summaryrefslogtreecommitdiffstats
path: root/examples/sslservtest/sslservtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sslservtest/sslservtest.cpp')
-rw-r--r--examples/sslservtest/sslservtest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sslservtest/sslservtest.cpp b/examples/sslservtest/sslservtest.cpp
index 384558f..3dace8a 100644
--- a/examples/sslservtest/sslservtest.cpp
+++ b/examples/sslservtest/sslservtest.cpp
@@ -143,12 +143,12 @@ public:
{
if(cert.isNull() || privkey.isNull()) {
printf("Error loading cert and/or private key!\n");
- TTQTimer::singleShot(0, this, SIGNAL(quit()));
+ TQTimer::singleShot(0, this, SIGNAL(quit()));
return;
}
if(!ok()) {
printf("Error binding to port %d!\n", port);
- TTQTimer::singleShot(0, this, SIGNAL(quit()));
+ TQTimer::singleShot(0, this, SIGNAL(quit()));
return;
}
printf("Listening on port %d ...\n", port);