diff options
Diffstat (limited to 'kbabel/kbabeldict/modules/tmx/tmxcompendium.cpp')
-rw-r--r-- | kbabel/kbabeldict/modules/tmx/tmxcompendium.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |