diff options
Diffstat (limited to 'kfilereplace/kfilereplacepart.h')
-rw-r--r-- | kfilereplace/kfilereplacepart.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kfilereplace/kfilereplacepart.h b/kfilereplace/kfilereplacepart.h index 0b3b61ae..b2206b59 100644 --- a/kfilereplace/kfilereplacepart.h +++ b/kfilereplace/kfilereplacepart.h @@ -20,7 +20,7 @@ // KDE #include <kparts/part.h> class KAboutApplication; -class KAboutData; +class TDEAboutData; class KConfig; // local @@ -86,7 +86,7 @@ class KFileReplacePart: public KParts::ReadOnlyPart //METHODS public: - static KAboutData* createAboutData(); + static TDEAboutData* createAboutData(); KConfig *config(){ return m_config; } protected: |