summaryrefslogtreecommitdiffstats
path: root/knode/knrangefilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knode/knrangefilter.cpp')
-rw-r--r--knode/knrangefilter.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/knode/knrangefilter.cpp b/knode/knrangefilter.cpp
index a0f01856..23b5753e 100644
--- a/knode/knrangefilter.cpp
+++ b/knode/knrangefilter.cpp
@@ -96,8 +96,8 @@ void KNRangeFilter::save(KSimpleConfig *conf)
//=====================================================================================
//=====================================================================================
-KNRangeFilterWidget::KNRangeFilterWidget(const TQString& value, int min, int max, TQWidget* parent, const TQString &unit)
- : TQGroupBox(value, parent)
+KNRangeFilterWidget::KNRangeFilterWidget(const TQString& value, int min, int max, TQWidget* tqparent, const TQString &unit)
+ : TQGroupBox(value, tqparent)
{
enabled=new TQCheckBox(this);
@@ -123,7 +123,7 @@ KNRangeFilterWidget::KNRangeFilterWidget(const TQString& value, int min, int max
TQGridLayout *topL=new TQGridLayout(this, 2,6, 8,5 );
topL->addRowSpacing(0, fontMetrics().lineSpacing()-4);
- topL->addWidget(enabled,1,0, Qt::AlignHCenter);
+ topL->addWidget(enabled,1,0, TQt::AlignHCenter);
topL->addColSpacing(0, 30);
topL->addWidget(val1,1,1);
topL->addWidget(op1,1,2);