From 8ba97103df12b002f6b2cf1d24a4b389a6379f61 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:24:21 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kfilereplace/kfilereplacepart.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kfilereplace/kfilereplacepart.cpp') diff --git a/kfilereplace/kfilereplacepart.cpp b/kfilereplace/kfilereplacepart.cpp index 15ea6ef8..d52f0061 100644 --- a/kfilereplace/kfilereplacepart.cpp +++ b/kfilereplace/kfilereplacepart.cpp @@ -507,13 +507,13 @@ void KFileReplacePart::resetActions() } //PUBLIC METHODS -KAboutData* KFileReplacePart::createAboutData() +TDEAboutData* KFileReplacePart::createAboutData() { - KAboutData * aboutData = new KAboutData("kfilereplacepart", + TDEAboutData * aboutData = new TDEAboutData("kfilereplacepart", I18N_NOOP("KFileReplacePart"), KFR_VERSION, I18N_NOOP( "Batch search and replace tool."), - KAboutData::License_GPL_V2, + TDEAboutData::License_GPL_V2, "(C) 1999-2002 Fran�is Dupoux\n(C) 2003-2004 Andras Mantia\n(C) 2004 Emiliano Gulmini", I18N_NOOP("Part of the KDEWebDev module."), "http://www.tdewebdev.org"); aboutData->addAuthor("Fran�is Dupoux", I18N_NOOP("Original author of the KFileReplace tool"), -- cgit v1.2.3