diff options
Diffstat (limited to 'twin4')
-rw-r--r-- | twin4/twin4/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin4/twin4/main.cpp b/twin4/twin4/main.cpp index f6b32c10..703fffe7 100644 --- a/twin4/twin4/main.cpp +++ b/twin4/twin4/main.cpp @@ -56,7 +56,7 @@ int main(int argc, char *argv[]) kdDebug(12010) << "Debug level set to " << global_debug << endl; } args->clear(); - KApplication app(argc, argv); + TDEApplication app(argc, argv); KGlobal::locale()->insertCatalogue("libtdegames"); if (app.isRestored()) |