diff options
Diffstat (limited to 'kpoker')
-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 9ec661a7..1d75def3 100644 --- a/kpoker/main.cpp +++ b/kpoker/main.cpp @@ -40,7 +40,7 @@ int main( int argc, char *argv[] ) I18N_NOOP("Original author"), "whynot@mabi.de"); TDECmdLineArgs::init( argc, argv, &aboutData ); - KApplication myApp; + TDEApplication myApp; KGlobal::locale()->insertCatalogue("libtdegames"); if (myApp.isRestored()) |