From 634845c7a257ece46caaf3d46d8e28c8c091cbf4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:44 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kgeography/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kgeography/src') 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()); -- cgit v1.2.1