summaryrefslogtreecommitdiffstats
path: root/konversation/src/nicklistview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/nicklistview.cpp')
-rw-r--r--konversation/src/nicklistview.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/konversation/src/nicklistview.cpp b/konversation/src/nicklistview.cpp
index edf7f4b..63638b6 100644
--- a/konversation/src/nicklistview.cpp
+++ b/konversation/src/nicklistview.cpp
@@ -104,10 +104,10 @@ TDEListView(parent)
popup->insertItem(i18n("Add to Watched Nicks"), Konversation::AddNotify);
- connect (popup, TQT_SIGNAL(activated(int)), this, TQT_SIGNAL(popupCommand(int)));
- connect (modes, TQT_SIGNAL(activated(int)), this, TQT_SIGNAL(popupCommand(int)));
- connect (kickban, TQT_SIGNAL(activated(int)), this, TQT_SIGNAL(popupCommand(int)));
- connect (addressbook, TQT_SIGNAL(activated(int)), this, TQT_SIGNAL(popupCommand(int)));
+ connect (popup, TQ_SIGNAL(activated(int)), this, TQ_SIGNAL(popupCommand(int)));
+ connect (modes, TQ_SIGNAL(activated(int)), this, TQ_SIGNAL(popupCommand(int)));
+ connect (kickban, TQ_SIGNAL(activated(int)), this, TQ_SIGNAL(popupCommand(int)));
+ connect (addressbook, TQ_SIGNAL(activated(int)), this, TQ_SIGNAL(popupCommand(int)));
}
else
@@ -124,7 +124,7 @@ TDEListView(parent)
m_tooltip = new Konversation::KonversationNickListViewToolTip(viewport(), this);
m_resortTimer = new TQTimer(this);
- connect(m_resortTimer, TQT_SIGNAL(timeout()), TQT_SLOT(resort()));
+ connect(m_resortTimer, TQ_SIGNAL(timeout()), TQ_SLOT(resort()));
}
NickListView::~NickListView()