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 5ecbb800..71452cdf 100644
--- a/kanagram/src/main.cpp
+++ b/kanagram/src/main.cpp
@@ -33,7 +33,7 @@ int main(int argc, char *argv[])
about.addAuthor("Joshua Keel", I18N_NOOP("Coding"), "joshuakeel@gmail.com");
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");
- KCmdLineArgs::init(argc, argv, &about);
+ TDECmdLineArgs::init(argc, argv, &about);
KApplication app;
app.connect(&app, TQT_SIGNAL(lastWindowClosed()), &app, TQT_SLOT(quit()));