diff options
Diffstat (limited to 'kreversi')
-rw-r--r-- | kreversi/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kreversi/main.cpp b/kreversi/main.cpp index 2998875e..d60d1576 100644 --- a/kreversi/main.cpp +++ b/kreversi/main.cpp @@ -64,7 +64,7 @@ int main(int argc, char **argv) aboutData.addCredit("Arne Klaassen", I18N_NOOP("Raytraced chips."), 0); aboutData.addCredit("Inge Wallin", I18N_NOOP("Cleaning, bugfixes, some enhancements."), 0); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); KApplication a; KGlobal::locale()->insertCatalogue("libtdegames"); |