diff options
Diffstat (limited to 'kopete/libkopete/ui/kopetecontactaction.cpp')
-rw-r--r-- | kopete/libkopete/ui/kopetecontactaction.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/libkopete/ui/kopetecontactaction.cpp b/kopete/libkopete/ui/kopetecontactaction.cpp index f0b86442..3bf1e5b5 100644 --- a/kopete/libkopete/ui/kopetecontactaction.cpp +++ b/kopete/libkopete/ui/kopetecontactaction.cpp @@ -28,8 +28,8 @@ KopeteContactAction::KopeteContactAction( Kopete::Contact *contact, const TQObje { m_contact = contact; - connect( this, TQT_SIGNAL( activated() ), TQT_SLOT( slotContactActionActivated() ) ); - connect( this, TQT_SIGNAL( activated( Kopete::Contact * ) ), receiver, slot ); + connect( this, TQ_SIGNAL( activated() ), TQ_SLOT( slotContactActionActivated() ) ); + connect( this, TQ_SIGNAL( activated( Kopete::Contact * ) ), receiver, slot ); } KopeteContactAction::~KopeteContactAction() |