summaryrefslogtreecommitdiffstats
path: root/kfilereplace/kfilereplacepart.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:39:24 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:39:24 -0600
commitf9ced3b3f13f3136ef63c33ef163042010d6e80b (patch)
tree293ce93dfb0dcfd79f83674116d7b3bc56f29af2 /kfilereplace/kfilereplacepart.h
parent29df04c24350cc76a41e2410d1c92445f9338b98 (diff)
downloadtdewebdev-f9ced3b3f13f3136ef63c33ef163042010d6e80b.tar.gz
tdewebdev-f9ced3b3f13f3136ef63c33ef163042010d6e80b.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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; }