summaryrefslogtreecommitdiffstats
path: root/tdefilereplace/tdefilereplacepart.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdefilereplace/tdefilereplacepart.h')
-rw-r--r--tdefilereplace/tdefilereplacepart.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/tdefilereplace/tdefilereplacepart.h b/tdefilereplace/tdefilereplacepart.h
index 4ab3ab3b..0ca917e0 100644
--- a/tdefilereplace/tdefilereplacepart.h
+++ b/tdefilereplace/tdefilereplacepart.h
@@ -25,17 +25,17 @@ class TDEConfig;
// local
#include "configurationclasses.h"
-class KFileReplaceView;
+class TDEFileReplaceView;
#define KFR_VERSION "0.8.1"
-class KFileReplacePart: public KParts::ReadOnlyPart
+class TDEFileReplacePart: public KParts::ReadOnlyPart
{
Q_OBJECT
private: //MEMBERS
- KFileReplaceView* m_view;
+ TDEFileReplaceView* m_view;
TQWidget* m_parentWidget,
* m_w;
TDEConfig* m_config;
@@ -47,12 +47,12 @@ class KFileReplacePart: public KParts::ReadOnlyPart
int m_optionMask;
public://Constructors
- KFileReplacePart(TQWidget *parentWidget,
+ TDEFileReplacePart(TQWidget *parentWidget,
const char *widgetName,
TQObject *parent,
const char *name,
const TQStringList &args);
- ~KFileReplacePart();
+ ~TDEFileReplacePart();
//SLOTS
private slots:
@@ -157,4 +157,4 @@ class KFileReplacePart: public KParts::ReadOnlyPart
void whatsThis();
};
-#endif// KFileReplacePart
+#endif// TDEFileReplacePart