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/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kfilereplace/main.cpp') diff --git a/kfilereplace/main.cpp b/kfilereplace/main.cpp index 2f4ff1a3..b3adfffe 100644 --- a/kfilereplace/main.cpp +++ b/kfilereplace/main.cpp @@ -34,8 +34,8 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { - KAboutData about("kfilereplace", I18N_NOOP("KFileReplace"), version, description, - KAboutData::License_GPL_V2, "(C) 2004-2005 Andras Mantia\n(C) 2004-2005 Emiliano Gulmini\n(C) 1999-2002 Francois Dupoux", I18N_NOOP("Part of the KDEWebDev module."), + TDEAboutData about("kfilereplace", I18N_NOOP("KFileReplace"), version, description, + TDEAboutData::License_GPL_V2, "(C) 2004-2005 Andras Mantia\n(C) 2004-2005 Emiliano Gulmini\n(C) 1999-2002 Francois Dupoux", I18N_NOOP("Part of the KDEWebDev module."), "http://www.tdewebdev.org"); about.addAuthor("Andras Mantia", I18N_NOOP("Shell author, KPart creator, co-maintainer"), "amantia@kde.org"); -- cgit v1.2.3