From 516be2c74887c4eef8b0c0e2ea2fdb97223baf01 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:54:04 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index f01a285..6cbed57 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -44,8 +44,8 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { - KAboutData aboutData( "knutclient", I18N_NOOP("KNutClient"), - VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "knutclient", I18N_NOOP("KNutClient"), + VERSION, description, TDEAboutData::License_GPL, "(c) 2002 - 2009 Daniel Prynych", "Zajecov, Czech Republic", 0, "Daniel@prynych.cz"); aboutData.addAuthor("Daniel Prynych",0, "Daniel@prynych.cz","http://www.knut.noveradsl.cz/knutclient/"); aboutData.addCredit("Arnaud Quette",0,"arnaud.quette@free.fr","http://www.networkupstools.org/"); -- cgit v1.2.1