summaryrefslogtreecommitdiffstats
path: root/kmail/kmfilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmfilter.h')
-rw-r--r--kmail/kmfilter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kmail/kmfilter.h b/kmail/kmfilter.h
index 4414f59d..109e491e 100644
--- a/kmail/kmfilter.h
+++ b/kmail/kmfilter.h
@@ -28,7 +28,7 @@
#include <tqptrlist.h>
class TQString;
-class KConfig;
+class TDEConfig;
class KMMessage;
class KMFilterAction;
class KMFolder;
@@ -67,7 +67,7 @@ public:
/** Constructor that initializes from given config file, if given.
* Filters are stored one by one in config groups, i.e. one filter, one group.
* The config group has to be preset if config is not 0. */
- KMFilter( KConfig* aConfig=0 , bool popFilter = false);
+ KMFilter( TDEConfig* aConfig=0 , bool popFilter = false);
/** Copy constructor. Constructs a deep copy of @p aFilter. */
KMFilter( const KMFilter & other );
@@ -107,13 +107,13 @@ public:
constructor above) has to be preset. The config object will be
deleted by higher levels, so it is not allowed to store a
pointer to it anywhere inside this function. */
- void writeConfig( KConfig* config ) const;
+ void writeConfig( TDEConfig* config ) const;
/** Initialize from given config file. The config group (see
constructor above) has to be preset. The config object will be
deleted by higher levels, so it is not allowed to store a
pointer to it anywhere inside this function. */
- void readConfig( KConfig* config );
+ void readConfig( TDEConfig* config );
/** Remove empty rules (and actions one day). */
void purify();