summaryrefslogtreecommitdiffstats
path: root/knode/knrangefilter.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-12 18:57:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-12 18:57:41 +0900
commitc327636f4934564a4f1f7c7ce3b6ab73eaec230d (patch)
tree54a98d7d0fa063b1ac0be810fc20f788aa3c7f9c /knode/knrangefilter.h
parent8f878546e0a859e78dfc2c6ff7f08507347a76ea (diff)
downloadtdepim-c327636f4934564a4f1f7c7ce3b6ab73eaec230d.tar.gz
tdepim-c327636f4934564a4f1f7c7ce3b6ab73eaec230d.zip
Use TDESimpleConfig
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'knode/knrangefilter.h')
-rw-r--r--knode/knrangefilter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/knode/knrangefilter.h b/knode/knrangefilter.h
index f5c429f3..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);