summaryrefslogtreecommitdiffstats
path: root/knode/knstatusfilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knode/knstatusfilter.cpp')
-rw-r--r--knode/knstatusfilter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knode/knstatusfilter.cpp b/knode/knstatusfilter.cpp
index ec098d9c..d770ae22 100644
--- a/knode/knstatusfilter.cpp
+++ b/knode/knstatusfilter.cpp
@@ -116,7 +116,7 @@ KNStatusFilterWidget::KNStatusFilterWidget(TQWidget *parent) :
topL->setColStretch(2,1);
topL->setRowStretch(4,1);
- connect(this, TQT_SIGNAL(clicked(int)), this, TQT_SLOT(slotEnabled(int)));
+ connect(this, TQ_SIGNAL(clicked(int)), this, TQ_SLOT(slotEnabled(int)));
}