From fcd5041fd6bf0cea48980d8a035468b2cdb5fff2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:20:31 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- noatun/app/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'noatun/app') diff --git a/noatun/app/main.cpp b/noatun/app/main.cpp index 3aae6274..f78dc506 100644 --- a/noatun/app/main.cpp +++ b/noatun/app/main.cpp @@ -16,8 +16,8 @@ static KCmdLineOptions options[] = extern "C" KDE_EXPORT int kdemain(int argc, char **argv) { - KAboutData aboutData("noatun", I18N_NOOP("Noatun"), - version, description, KAboutData::License_BSD, + TDEAboutData aboutData("noatun", I18N_NOOP("Noatun"), + version, description, TDEAboutData::License_BSD, I18N_NOOP("(c) 2000-2004, The Noatun Developers"), 0, "http://noatun.kde.org"); aboutData.addAuthor("Charles Samuels", I18N_NOOP("Noatun Developer"), -- cgit v1.2.1