diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:22:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:22:01 -0600 |
commit | e5b670cbaceda728b0e0a92e9783aafe263da96e (patch) | |
tree | 0395ef94bdcfe5aa4adae6457c36a7167aa28926 /src/modules/dcc/chat.cpp | |
parent | df86ea75da6b07869c15383cab0cc0d700370b9e (diff) | |
download | kvirc-e5b670cbaceda728b0e0a92e9783aafe263da96e.tar.gz kvirc-e5b670cbaceda728b0e0a92e9783aafe263da96e.zip |
Rename additional global TQt functions
Diffstat (limited to 'src/modules/dcc/chat.cpp')
-rw-r--r-- | src/modules/dcc/chat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/dcc/chat.cpp b/src/modules/dcc/chat.cpp index a9171714..38d2ab19 100644 --- a/src/modules/dcc/chat.cpp +++ b/src/modules/dcc/chat.cpp @@ -233,7 +233,7 @@ void KviDccChat::connectionInProgress() m_pDescriptor->console()->connection()->sendData(m_pDescriptor->console()->connection()->encodeText(szReq).data()); output(KVI_OUT_DCCMSG,__tr2qs_ctx("Sent DCC %Q request to %Q, waiting for the remote client to connect...","dcc"), &(m_pDescriptor->szType),&(m_pDescriptor->szNick)); - //qDebug(m_pDescriptor->szNick); + //tqDebug(m_pDescriptor->szNick); } else output(KVI_OUT_DCCMSG,__tr2qs_ctx("DCC %Q request not sent, awaiting manual connection","dcc"),&(m_pDescriptor->szType)); } KVS_TRIGGER_EVENT_1(KviEvent_OnDCCChatConnectionInProgress,this,m_pDescriptor->idString()); |