summaryrefslogtreecommitdiffstats
path: root/konversation/src/serverison.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/serverison.cpp')
-rw-r--r--konversation/src/serverison.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/konversation/src/serverison.cpp b/konversation/src/serverison.cpp
index 15a486f..f7dc162 100644
--- a/konversation/src/serverison.cpp
+++ b/konversation/src/serverison.cpp
@@ -34,22 +34,22 @@ ServerISON::ServerISON(Server* server) : m_server(server)
m_ISONList_invalid = true;
//We need to know when the addressbook changes because if the info for an offline nick changes,
//we won't get a nickInfoChanged signal.
- connect( Konversation::Addressbook::self()->getAddressBook(), TQT_SIGNAL( addressBookChanged( AddressBook * ) ),
- this, TQT_SLOT( addressbookChanged() ) );
- connect( Konversation::Addressbook::self(), TQT_SIGNAL(addresseesChanged()),
- this, TQT_SLOT(addressbookChanged()));
- connect( m_server, TQT_SIGNAL(nickInfoChanged(Server*, const NickInfoPtr)),
- this, TQT_SLOT(nickInfoChanged(Server*, const NickInfoPtr)));
+ connect( Konversation::Addressbook::self()->getAddressBook(), TQ_SIGNAL( addressBookChanged( AddressBook * ) ),
+ this, TQ_SLOT( addressbookChanged() ) );
+ connect( Konversation::Addressbook::self(), TQ_SIGNAL(addresseesChanged()),
+ this, TQ_SLOT(addressbookChanged()));
+ connect( m_server, TQ_SIGNAL(nickInfoChanged(Server*, const NickInfoPtr)),
+ this, TQ_SLOT(nickInfoChanged(Server*, const NickInfoPtr)));
connect( m_server,
- TQT_SIGNAL(channelMembersChanged(Server*, const TQString&, bool, bool, const TQString& )),
+ TQ_SIGNAL(channelMembersChanged(Server*, const TQString&, bool, bool, const TQString& )),
this,
- TQT_SLOT(slotChannelMembersChanged(Server*, const TQString&, bool, bool, const TQString& )));
+ TQ_SLOT(slotChannelMembersChanged(Server*, const TQString&, bool, bool, const TQString& )));
connect( m_server,
- TQT_SIGNAL(channelJoinedOrUnjoined(Server*, const TQString&, bool )),
+ TQ_SIGNAL(channelJoinedOrUnjoined(Server*, const TQString&, bool )),
this,
- TQT_SLOT(slotChannelJoinedOrUnjoined(Server*, const TQString&, bool )));
- connect(KonversationApplication::instance(), TQT_SIGNAL(serverGroupsChanged(const Konversation::ServerGroupSettings*)),
- this, TQT_SLOT(slotServerGroupsChanged()));
+ TQ_SLOT(slotChannelJoinedOrUnjoined(Server*, const TQString&, bool )));
+ connect(KonversationApplication::instance(), TQ_SIGNAL(serverGroupsChanged(const Konversation::ServerGroupSettings*)),
+ this, TQ_SLOT(slotServerGroupsChanged()));
}
TQStringList ServerISON::getWatchList()