From c75428cb70ed336c2d3f40d71ad41444097a6626 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:17:59 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- ksnake/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ksnake') diff --git a/ksnake/main.cpp b/ksnake/main.cpp index 7e475ed3..b70a8a5a 100644 --- a/ksnake/main.cpp +++ b/ksnake/main.cpp @@ -33,8 +33,8 @@ static const char description[] = I18N_NOOP("TDE Snake Race Game"); int main( int argc, char **argv ) { - KAboutData aboutData( "ksnake", I18N_NOOP("KSnakeRace"), - KSNAKE_VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "ksnake", I18N_NOOP("KSnakeRace"), + KSNAKE_VERSION, description, TDEAboutData::License_GPL, I18N_NOOP("(c) 1997-2000, Your Friendly KSnake Developers")); aboutData.addAuthor("Michel Filippi",0, "mfilippi@sade.rhein-main.de"); aboutData.addAuthor("Robert Williams"); -- cgit v1.2.1