summaryrefslogtreecommitdiffstats
path: root/kfilereplace/kfilereplacepart.h
diff options
context:
space:
mode:
Diffstat (limited to 'kfilereplace/kfilereplacepart.h')
-rw-r--r--kfilereplace/kfilereplacepart.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kfilereplace/kfilereplacepart.h b/kfilereplace/kfilereplacepart.h
index b2206b59..57e1706d 100644
--- a/kfilereplace/kfilereplacepart.h
+++ b/kfilereplace/kfilereplacepart.h
@@ -21,7 +21,7 @@
#include <kparts/part.h>
class KAboutApplication;
class TDEAboutData;
-class KConfig;
+class TDEConfig;
// local
#include "configurationclasses.h"
@@ -38,7 +38,7 @@ class KFileReplacePart: public KParts::ReadOnlyPart
KFileReplaceView* m_view;
TQWidget* m_parentWidget,
* m_w;
- KConfig* m_config;
+ TDEConfig* m_config;
KAboutApplication* m_aboutDlg;
KeyValueMap m_replacementMap;
RCOptions* m_option;
@@ -87,7 +87,7 @@ class KFileReplacePart: public KParts::ReadOnlyPart
//METHODS
public:
static TDEAboutData* createAboutData();
- KConfig *config(){ return m_config; }
+ TDEConfig *config(){ return m_config; }
protected:
virtual bool openFile() { return false; }