summaryrefslogtreecommitdiffstats
path: root/kshowmail/kcmconfigs/senderlistdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kshowmail/kcmconfigs/senderlistdialog.cpp')
-rw-r--r--kshowmail/kcmconfigs/senderlistdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kshowmail/kcmconfigs/senderlistdialog.cpp b/kshowmail/kcmconfigs/senderlistdialog.cpp
index 9406bac..1e21f40 100644
--- a/kshowmail/kcmconfigs/senderlistdialog.cpp
+++ b/kshowmail/kcmconfigs/senderlistdialog.cpp
@@ -44,8 +44,8 @@ SenderListDialog::SenderListDialog(TQWidget *parent, ListType list, const char *
layMain->addWidget( editFrame );
- connect( editFrame->addButton(), SIGNAL( clicked() ), this, SLOT( slotSort() ) );
- connect( editFrame->lineEdit(), SIGNAL( returnPressed( const TQString & ) ), this, SLOT( slotSort() ) );
+ connect( editFrame->addButton(), TQ_SIGNAL( clicked() ), this, TQ_SLOT( slotSort() ) );
+ connect( editFrame->lineEdit(), TQ_SIGNAL( returnPressed( const TQString & ) ), this, TQ_SLOT( slotSort() ) );
//this radio buttons we just need in the blacklist
if( list == Black )