From 92ac6833a97641f981e900805d1997f9a2192147 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:18:33 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kgeography/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kgeography') 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()); -- cgit v1.2.1