diff options
Diffstat (limited to 'kopete/kopete/kimifaceimpl.cpp')
-rw-r--r-- | kopete/kopete/kimifaceimpl.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kopete/kopete/kimifaceimpl.cpp b/kopete/kopete/kimifaceimpl.cpp index faa721e0..be4c0311 100644 --- a/kopete/kopete/kimifaceimpl.cpp +++ b/kopete/kopete/kimifaceimpl.cpp @@ -43,8 +43,8 @@ KIMIfaceImpl::KIMIfaceImpl() : DCOPObject( "KIMIface" ), TQObject() { connect( Kopete::ContactList::self(), - TQT_SIGNAL( metaContactAdded( Kopete::MetaContact * ) ), - TQT_SLOT( slotMetaContactAdded( Kopete::MetaContact * ) ) ); + TQ_SIGNAL( metaContactAdded( Kopete::MetaContact * ) ), + TQ_SLOT( slotMetaContactAdded( Kopete::MetaContact * ) ) ); } KIMIfaceImpl::~KIMIfaceImpl() @@ -332,8 +332,8 @@ bool KIMIfaceImpl::addContact( const TQString &contactId, const TQString &protoc void KIMIfaceImpl::slotMetaContactAdded( Kopete::MetaContact *mc ) { - connect( mc, TQT_SIGNAL( onlineStatusChanged( Kopete::MetaContact *, Kopete::OnlineStatus::StatusType ) ), - TQT_SLOT( slotContactStatusChanged( Kopete::MetaContact * ) ) ); + connect( mc, TQ_SIGNAL( onlineStatusChanged( Kopete::MetaContact *, Kopete::OnlineStatus::StatusType ) ), + TQ_SLOT( slotContactStatusChanged( Kopete::MetaContact * ) ) ); } void KIMIfaceImpl::slotContactStatusChanged( Kopete::MetaContact *mc ) |