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 ef9b611ec..28c67b030 100644 --- a/knode/knrangefilter.cpp +++ b/knode/knrangefilter.cpp @@ -15,7 +15,7 @@ */ #include <tqlabel.h> -#include <layout.h> +#include <tqlayout.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->setAlignment(AlignCenter); + des->tqsetAlignment(AlignCenter); TQGridLayout *topL=new TQGridLayout(this, 2,6, 8,5 ); |