From 8dd312f62fc4cb2531fca825ae8ea19b78a33b60 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:52:36 -0600 Subject: [PATCH] Rename KInstance and KAboutData to avoid conflicts with KDE4 --- keep/app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keep/app/main.cpp b/keep/app/main.cpp index 7af5692..38ac613 100644 --- a/keep/app/main.cpp +++ b/keep/app/main.cpp @@ -30,7 +30,7 @@ static const char *description = int main(int argc, char **argv) { - KAboutData aboutData( "keep", I18N_NOOP( "Keep" ),"0.4.0", description, KAboutData::License_GPL_V2, + TDEAboutData aboutData( "keep", I18N_NOOP( "Keep" ),"0.4.0", description, TDEAboutData::License_GPL_V2, "(c) 2005 Jean-Rémy Falleri" ); aboutData.addAuthor( "Jean-Rémy Falleri", I18N_NOOP( "Maintainer" ), "jr.falleri@laposte.net" );