summaryrefslogtreecommitdiffstats
path: root/kgeography/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kgeography/src/main.cpp')
-rw-r--r--kgeography/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kgeography/src/main.cpp b/kgeography/src/main.cpp
index e7b9d6ab..4597ad2f 100644
--- a/kgeography/src/main.cpp
+++ b/kgeography/src/main.cpp
@@ -28,7 +28,7 @@ int main(int argc, char *argv[])
about.addCredit("Maurizio Paolini", I18N_NOOP("Map contributor"));
about.addCredit("Yann Verley", I18N_NOOP("Contributed some maps and map generation tools"), "yann.verley@free.fr");
about.addCredit(I18N_NOOP("Sodipodi flags collection"), I18N_NOOP("Got some flags from it"), 0, "http://www.sodipodi.com/index.php3?section=clipart/flags");
- KCmdLineArgs::init(argc, argv, &about);
+ TDECmdLineArgs::init(argc, argv, &about);
KApplication app;
app.setTopWidget(new kgeography());