summaryrefslogtreecommitdiffstats
path: root/ksame/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksame/main.cpp')
-rw-r--r--ksame/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksame/main.cpp b/ksame/main.cpp
index 91e87e75..936d6207 100644
--- a/ksame/main.cpp
+++ b/ksame/main.cpp
@@ -37,7 +37,7 @@ int main( int argc, char **argv ) {
KAboutData aboutData("ksame", I18N_NOOP("SameGame"), KSAME_VERSION,
description, KAboutData::License_GPL, copyright);
aboutData.addAuthor("Marcus Kreutzberger", 0, "kreutzbe@informatik.mu-luebeck.de");
- KCmdLineArgs::init(argc, argv, &aboutData);
+ TDECmdLineArgs::init(argc, argv, &aboutData);
KApplication::setColorSpec(TQApplication::ManyColor+TQApplication::CustomColor);
KApplication a;