From 5bca2e3e42d02f8fed9ffc399ea14f8a05694cb0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:45 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kconf_update/kconf_update.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kconf_update') diff --git a/kconf_update/kconf_update.cpp b/kconf_update/kconf_update.cpp index 2e7b58238..b324e53f7 100644 --- a/kconf_update/kconf_update.cpp +++ b/kconf_update/kconf_update.cpp @@ -116,7 +116,7 @@ KonfUpdate::KonfUpdate() config = new KConfig("kconf_updaterc"); TQStringList updateFiles; - KCmdLineArgs *args=KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args=TDECmdLineArgs::parsedArgs(); debug = args->isSet("debug"); @@ -139,7 +139,7 @@ KonfUpdate::KonfUpdate() { KURL url = args->url(i); if (!url.isLocalFile()) - KCmdLineArgs::usage(i18n("Only local files are supported.")); + TDECmdLineArgs::usage(i18n("Only local files are supported.")); updateFiles.append(url.path()); } } @@ -948,8 +948,8 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) aboutData.addAuthor("Waldo Bastian", 0, "bastian@kde.org"); - KCmdLineArgs::init(argc, argv, &aboutData); - KCmdLineArgs::addCmdLineOptions(options); + TDECmdLineArgs::init(argc, argv, &aboutData); + TDECmdLineArgs::addCmdLineOptions(options); KInstance instance(&aboutData); -- cgit v1.2.1