summaryrefslogtreecommitdiffstats
path: root/kmail/kmfilter.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:21 -0600
commit86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch)
tree97d3ac2c2f60780d9a1de4f82caac7cb27534501 /kmail/kmfilter.h
parenta9bde819f2b421dcc44741156e75eca4bb5fb4f4 (diff)
downloadtdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.tar.gz
tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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();