summaryrefslogtreecommitdiffstats
path: root/kanagram/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kanagram/src/main.cpp')
-rw-r--r--kanagram/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kanagram/src/main.cpp b/kanagram/src/main.cpp
index 71452cdf..c2ba7220 100644
--- a/kanagram/src/main.cpp
+++ b/kanagram/src/main.cpp
@@ -34,7 +34,7 @@ int main(int argc, char *argv[])
about.addAuthor("Danny Allen", I18N_NOOP("Design, Graphics and many Vocabularies"), "danny@dannyallen.co.uk");
about.addCredit("Artemiy Pavlov", I18N_NOOP("Sound effects"), 0, "http://artemiolabs.com");
TDECmdLineArgs::init(argc, argv, &about);
- KApplication app;
+ TDEApplication app;
app.connect(&app, TQT_SIGNAL(lastWindowClosed()), &app, TQT_SLOT(quit()));
KanagramSettings::setJustGotFont(false);