diff options
Diffstat (limited to 'ksnake/main.cpp')
-rw-r--r-- | ksnake/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnake/main.cpp b/ksnake/main.cpp index 684487f8..b5925902 100644 --- a/ksnake/main.cpp +++ b/ksnake/main.cpp @@ -41,7 +41,7 @@ int main( int argc, char **argv ) aboutData.addAuthor("Andrew Chant",0, "andrew.chant@utoronto.ca"); aboutData.addCredit("André Luiz dos Santos", I18N_NOOP("AI stuff"), "andre@netvision.com.br"); aboutData.addCredit("Benjamin Meyer", I18N_NOOP("Improvements"), "ben+ksnake@meyerhome.net"); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); KApplication app; KGlobal::locale()->insertCatalogue("libtdegames"); |