From c9036df21135235ae00ee3f2813fbffffe02da4d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 14 Oct 2018 00:07:26 +0900 Subject: Fixed incorrect TTQ rename (TTQ -> TQ) Signed-off-by: Michele Calgaro --- examples/sasltest/sasltest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/sasltest/sasltest.cpp') 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; -- cgit v1.2.3