diff options
Diffstat (limited to 'kpoker/main.cpp')
-rw-r--r-- | kpoker/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpoker/main.cpp b/kpoker/main.cpp index 68e7cc88..9ec661a7 100644 --- a/kpoker/main.cpp +++ b/kpoker/main.cpp @@ -38,7 +38,7 @@ int main( int argc, char *argv[] ) I18N_NOOP("Current maintainer"), "b_mann@gmx.de"); aboutData.addAuthor("Jochen Tuchbreiter", I18N_NOOP("Original author"), "whynot@mabi.de"); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); KApplication myApp; KGlobal::locale()->insertCatalogue("libtdegames"); |