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 4597ad2f..5a6d867b 100644
--- a/kgeography/src/main.cpp
+++ b/kgeography/src/main.cpp
@@ -29,7 +29,7 @@ int main(int argc, char *argv[])
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");
TDECmdLineArgs::init(argc, argv, &about);
- KApplication app;
+ TDEApplication app;
app.setTopWidget(new kgeography());