From 86d8364ac704bdc8ad2dfcf52307d9626cfac567 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:21 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kmail/kmfilter.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kmail/kmfilter.h') diff --git a/kmail/kmfilter.h b/kmail/kmfilter.h index 4414f59d8..109e491eb 100644 --- a/kmail/kmfilter.h +++ b/kmail/kmfilter.h @@ -28,7 +28,7 @@ #include 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(); -- cgit v1.2.1