summaryrefslogtreecommitdiffstats
path: root/kshowmail/filterlogview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kshowmail/filterlogview.cpp')
-rw-r--r--kshowmail/filterlogview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kshowmail/filterlogview.cpp b/kshowmail/filterlogview.cpp
index af944ce..0384899 100644
--- a/kshowmail/filterlogview.cpp
+++ b/kshowmail/filterlogview.cpp
@@ -47,7 +47,7 @@ FilterLogView::FilterLogView( TQWidget *parent, FilterLog* log )
KPushButton* btnClearDeleted = new KPushButton( KStdGuiItem::clear(), pgMain, "btnClearDeleted" );
TQToolTip::add( btnClearDeleted, i18n( "Clear the list of deleted mails" ) );
- connect( btnClearDeleted, SIGNAL( clicked() ), this, SLOT( slotClearDeletedMails() ) );
+ connect( btnClearDeleted, TQ_SIGNAL( clicked() ), this, TQ_SLOT( slotClearDeletedMails() ) );
btnClearDeleted->setSizePolicy( TQSizePolicy::Maximum, TQSizePolicy::Fixed );
layMain->addWidget( btnClearDeleted );
@@ -76,7 +76,7 @@ FilterLogView::FilterLogView( TQWidget *parent, FilterLog* log )
KPushButton* btnClearMoved = new KPushButton( KStdGuiItem::clear(), pgMain, "btnClearMoved" );
TQToolTip::add( btnClearMoved, i18n( "Clear the list of moved mails" ) );
- connect( btnClearMoved, SIGNAL( clicked() ), this, SLOT( slotClearMovedMails() ) );
+ connect( btnClearMoved, TQ_SIGNAL( clicked() ), this, TQ_SLOT( slotClearMovedMails() ) );
btnClearMoved->setSizePolicy( TQSizePolicy::Maximum, TQSizePolicy::Fixed );
layMain->addWidget( btnClearMoved );