summaryrefslogtreecommitdiffstats
path: root/ksame/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksame/main.cpp')
-rw-r--r--ksame/main.cpp4
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);