diff options
Diffstat (limited to 'src/otrlchatinterface.cpp')
-rw-r--r-- | src/otrlchatinterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otrlchatinterface.cpp b/src/otrlchatinterface.cpp index 74e1c92..3830a66 100644 --- a/src/otrlchatinterface.cpp +++ b/src/otrlchatinterface.cpp @@ -587,7 +587,7 @@ OtrlChatInterface::OtrlChatInterface(){ unsigned int interval = otrl_message_poll_get_default_interval(userstate); forwardSecrecyTimerStart(interval); - connect(&m_forwardSecrecyTimer, SIGNAL(timeout()), this, SLOT(otrlMessagePoll())); + connect(&m_forwardSecrecyTimer, TQ_SIGNAL(timeout()), this, TQ_SLOT(otrlMessagePoll())); #endif // HAVE_LIBOTR_0400 } |