From 5ae3c2843d56af4f9705babc2d410af65a85f8c6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:58:35 -0600 Subject: [PATCH] Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index a979f5b..0dfb14a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -36,8 +36,8 @@ static KCmdLineOptions options[] = int main(int argc, char **argv) { - KAboutData about("potracegui", I18N_NOOP("potracegui"), "1.3", description, - KAboutData::License_GPL, "(C) 2004 Antonio Fasolato", 0, 0, "Antonio.Fasolato@poste.it"); + TDEAboutData about("potracegui", I18N_NOOP("potracegui"), "1.3", description, + TDEAboutData::License_GPL, "(C) 2004 Antonio Fasolato", 0, 0, "Antonio.Fasolato@poste.it"); about.addAuthor( "Antonio Fasolato", 0, "Antonio.Fasolato@poste.it" ); about.addCredit( "Tim Fechtner", I18N_NOOP("German translation"), "Tim.Fechtner@gmx.de"); TDECmdLineArgs::init(argc, argv, &about);