summaryrefslogtreecommitdiffstats
path: root/konversation/src/nick.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/nick.cpp')
-rw-r--r--konversation/src/nick.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/konversation/src/nick.cpp b/konversation/src/nick.cpp
index dbb98f1..c37ef69 100644
--- a/konversation/src/nick.cpp
+++ b/konversation/src/nick.cpp
@@ -39,9 +39,9 @@ const ChannelNickPtr& channelnick)
refresh();
- connect(this, TQT_SIGNAL(refreshed()), listView, TQT_SLOT(startResortTimer()));
- connect(getChannelNick(), TQT_SIGNAL(channelNickChanged()), TQT_SLOT(refresh()));
- connect(getChannelNick()->getNickInfo(), TQT_SIGNAL(nickInfoChanged()), TQT_SLOT(refresh()));
+ connect(this, TQ_SIGNAL(refreshed()), listView, TQ_SLOT(startResortTimer()));
+ connect(getChannelNick(), TQ_SIGNAL(channelNickChanged()), TQ_SLOT(refresh()));
+ connect(getChannelNick()->getNickInfo(), TQ_SIGNAL(nickInfoChanged()), TQ_SLOT(refresh()));
}
Nick::~Nick()