summaryrefslogtreecommitdiffstats
path: root/examples/sslservtest
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-14 00:07:26 +0900
committerSlávek Banko <slavek.banko@axis.cz>2018-10-14 11:18:15 +0200
commit30efa31c1bbffb51602045f29e9034337157ec3f (patch)
treec426bff5dc3c60d80be5bb6adf035d087de655c3 /examples/sslservtest
parentea7531c73c5d0d904177e4f46aaea4381ffaa8af (diff)
downloadtqca-r14.0.6.tar.gz
tqca-r14.0.6.zip
Fixed incorrect TTQ rename (TTQ -> TQ)r14.0.6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c9036df21135235ae00ee3f2813fbffffe02da4d)
Diffstat (limited to 'examples/sslservtest')
-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);