From 479647c43c62fc50302342c8ac50a2fe024b4426 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:47 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kbabel/kbabeldict/main.cpp | 6 +++--- kbabel/kbabeldict/modules/pocompendium/pocompendium.cpp | 2 +- kbabel/kbabeldict/modules/tmx/tmxcompendium.cpp | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'kbabel/kbabeldict') diff --git a/kbabel/kbabeldict/main.cpp b/kbabel/kbabeldict/main.cpp index 293a95bb..e4de092a 100644 --- a/kbabel/kbabeldict/main.cpp +++ b/kbabel/kbabeldict/main.cpp @@ -61,7 +61,7 @@ KBabelDictApplication::KBabelDictApplication() : KApplication() , topLevel(0) { - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); TQTimer timer; TQWidget *splash=0; @@ -122,10 +122,10 @@ int main(int argc, char **argv) , I18N_NOOP("_: EMAIL OF TRANSLATORS\nYour emails")); // Initialize command line args - KCmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::init(argc, argv, &about); // Tell which options are supported - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::addCmdLineOptions( options ); // Add options from other components KApplication::addCmdLineOptions(); diff --git a/kbabel/kbabeldict/modules/pocompendium/pocompendium.cpp b/kbabel/kbabeldict/modules/pocompendium/pocompendium.cpp index f5ecf286..7c462099 100644 --- a/kbabel/kbabeldict/modules/pocompendium/pocompendium.cpp +++ b/kbabel/kbabeldict/modules/pocompendium/pocompendium.cpp @@ -801,7 +801,7 @@ void PoCompendium::slotLoadCompendium() { path.replace("@LANG@",langCode); } - KURL u=KCmdLineArgs::makeURL(path.local8Bit()); + KURL u=TDECmdLineArgs::makeURL(path.local8Bit()); realURL = u.url(); registerData(); diff --git a/kbabel/kbabeldict/modules/tmx/tmxcompendium.cpp b/kbabel/kbabeldict/modules/tmx/tmxcompendium.cpp index ca28acbe..3f212f1e 100644 --- a/kbabel/kbabeldict/modules/tmx/tmxcompendium.cpp +++ b/kbabel/kbabeldict/modules/tmx/tmxcompendium.cpp @@ -691,7 +691,7 @@ void TmxCompendium::slotLoadCompendium() { path.replace("@LANG@",langCode); } - KURL u=KCmdLineArgs::makeURL(path.local8Bit()); + KURL u=TDECmdLineArgs::makeURL(path.local8Bit()); realURL = u.url(); registerData(); -- cgit v1.2.3