summaryrefslogtreecommitdiffstats
path: root/tdefilereplace/tdefilereplace.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdefilereplace/tdefilereplace.h')
-rw-r--r--tdefilereplace/tdefilereplace.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/tdefilereplace/tdefilereplace.h b/tdefilereplace/tdefilereplace.h
index 7da206fd..2742a5c7 100644
--- a/tdefilereplace/tdefilereplace.h
+++ b/tdefilereplace/tdefilereplace.h
@@ -1,5 +1,5 @@
/***************************************************************************
- tdefilereplace.h - KFileReplace header
+ tdefilereplace.h - TDEFileReplace header
-------------------
begin : Thu Sep 16 14:14:09 2004
copyright : (C) 2004 by Andras Mantia <amantia@kde.org>
@@ -19,17 +19,17 @@
#include <tdeparts/mainwindow.h>
/**
-Shell application for the KFileReplace part.
+Shell application for the TDEFileReplace part.
@author Andras Mantia
*/
-class KFileReplace : public KParts::MainWindow
+class TDEFileReplace : public KParts::MainWindow
{
Q_OBJECT
public:
- KFileReplace();
- ~KFileReplace();
+ TDEFileReplace();
+ ~TDEFileReplace();
void openURL(const KURL &url);
private slots: