From ef71f46965855308db367f74956513eccc71bc46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:21:16 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- dcoprss/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dcoprss/main.cpp') diff --git a/dcoprss/main.cpp b/dcoprss/main.cpp index fde9a7b5..3dd84415 100644 --- a/dcoprss/main.cpp +++ b/dcoprss/main.cpp @@ -13,9 +13,9 @@ int main (int argc, char *argv[]) { KLocale::setMainCatalogue("dcoprss"); - KAboutData aboutdata("rssservice", I18N_NOOP("TDE RSS Service"), + TDEAboutData aboutdata("rssservice", I18N_NOOP("TDE RSS Service"), "0.8", I18N_NOOP("A RSS data service."), - KAboutData::License_GPL, "(C) 2003, Ian Reinhart Geiser"); + TDEAboutData::License_GPL, "(C) 2003, Ian Reinhart Geiser"); aboutdata.addAuthor("Ian Reinhart Geiser",I18N_NOOP("Developer"),"geiseri@kde.org"); TDECmdLineArgs::init( argc, argv, &aboutdata ); -- cgit v1.2.1