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 --- kasteroids/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kasteroids') diff --git a/kasteroids/main.cpp b/kasteroids/main.cpp index 504e7ebb..8cf87921 100644 --- a/kasteroids/main.cpp +++ b/kasteroids/main.cpp @@ -23,8 +23,8 @@ static const char description[] = int main( int argc, char *argv[] ) { - KAboutData aboutData( "kasteroids", I18N_NOOP("KAsteroids"), - KASTEROIDS_VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kasteroids", I18N_NOOP("KAsteroids"), + KASTEROIDS_VERSION, description, TDEAboutData::License_GPL, "(c) 1997, Martin R. Jones"); aboutData.addAuthor("Martin R. Jones",0, "mjones@kde.org"); TDECmdLineArgs::init( argc, argv, &aboutData ); -- cgit v1.2.1