diff options
Diffstat (limited to 'knode/knrangefilter.h')
-rw-r--r-- | knode/knrangefilter.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/knode/knrangefilter.h b/knode/knrangefilter.h index 1a1f4ebc..d9185cd8 100644 --- a/knode/knrangefilter.h +++ b/knode/knrangefilter.h @@ -24,7 +24,7 @@ class KIntSpinBox; class TQComboBox; class TQCheckBox; -class KSimpleConfig; +class TDESimpleConfig; class KNRangeFilter { @@ -41,8 +41,8 @@ class KNRangeFilter { enabled=nr.enabled; return (*this); } - void load(KSimpleConfig *conf); - void save(KSimpleConfig *conf); + void load(TDESimpleConfig *conf); + void save(TDESimpleConfig *conf); bool doFilter(int a); @@ -62,7 +62,7 @@ class KNRangeFilter { class KNRangeFilterWidget : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: |