diff options
Diffstat (limited to 'kshisen/main.cpp')
-rw-r--r-- | kshisen/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kshisen/main.cpp b/kshisen/main.cpp index 099bb702..d492e01c 100644 --- a/kshisen/main.cpp +++ b/kshisen/main.cpp @@ -62,7 +62,7 @@ int main(int argc, char **argv) aboutData.addCredit(0, I18N_NOOP("Thanks also to everyone who should be listed here but isn't!"), 0); TDECmdLineArgs::init( argc, argv, &aboutData ); - KApplication a; + TDEApplication a; KGlobal::locale()->insertCatalogue("libtdegames"); App *app = new App(); |