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 --- ksame/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ksame/main.cpp') diff --git a/ksame/main.cpp b/ksame/main.cpp index 4971b2db..6cb78db1 100644 --- a/ksame/main.cpp +++ b/ksame/main.cpp @@ -34,8 +34,8 @@ static const char description[] = I18N_NOOP("Same Game - a little game about bal static const char copyright[] = "(c) 1997-1998 Marcus Kreutzberger"; int main( int argc, char **argv ) { - KAboutData aboutData("ksame", I18N_NOOP("SameGame"), KSAME_VERSION, - description, KAboutData::License_GPL, copyright); + TDEAboutData aboutData("ksame", I18N_NOOP("SameGame"), KSAME_VERSION, + description, TDEAboutData::License_GPL, copyright); aboutData.addAuthor("Marcus Kreutzberger", 0, "kreutzbe@informatik.mu-luebeck.de"); TDECmdLineArgs::init(argc, argv, &aboutData); -- cgit v1.2.1