summaryrefslogtreecommitdiffstats
path: root/examples/sasltest/sasltest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sasltest/sasltest.cpp')
-rw-r--r--examples/sasltest/sasltest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sasltest/sasltest.cpp b/examples/sasltest/sasltest.cpp
index dd4f858..6615988 100644
--- a/examples/sasltest/sasltest.cpp
+++ b/examples/sasltest/sasltest.cpp
@@ -308,14 +308,14 @@ public:
{
if(!ok()) {
printf("Error binding to port %d!\n", port);
- TTQTimer::singleShot(0, this, SIGNAL(quit()));
+ TQTimer::singleShot(0, this, SIGNAL(quit()));
return;
}
char myhostname[256];
int r = gethostname(myhostname, sizeof(myhostname)-1);
if(r == -1) {
printf("Error getting hostname!\n");
- TTQTimer::singleShot(0, this, SIGNAL(quit()));
+ TQTimer::singleShot(0, this, SIGNAL(quit()));
return;
}
host = myhostname;