diff options
Diffstat (limited to 'knode/knrangefilter.cpp')
-rw-r--r-- | knode/knrangefilter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/knode/knrangefilter.cpp b/knode/knrangefilter.cpp index 28c67b030..ef9b611ec 100644 --- a/knode/knrangefilter.cpp +++ b/knode/knrangefilter.cpp @@ -15,7 +15,7 @@ */ #include <tqlabel.h> -#include <tqlayout.h> +#include <layout.h> #include <tqcheckbox.h> #include <tqcombobox.h> @@ -118,7 +118,7 @@ KNRangeFilterWidget::KNRangeFilterWidget(const TQString& value, int min, int max op2->insertItem("<="); des=new TQLabel(value, this); - des->tqsetAlignment(AlignCenter); + des->setAlignment(AlignCenter); TQGridLayout *topL=new TQGridLayout(this, 2,6, 8,5 ); |