diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:17:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:17:59 -0600 |
commit | c75428cb70ed336c2d3f40d71ad41444097a6626 (patch) | |
tree | db66ae525d43cec6633b7e3d4d6035abc38baf9c /ksame | |
parent | 3f52288dea050e15d91fa5753229f436a7b5a247 (diff) | |
download | tdegames-c75428cb70ed336c2d3f40d71ad41444097a6626.tar.gz tdegames-c75428cb70ed336c2d3f40d71ad41444097a6626.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'ksame')
-rw-r--r-- | ksame/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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); |