diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 08:14:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 08:14:08 -0600 |
commit | 98f4a055baf6eb7ea5c3d69d6a3f2162b491e253 (patch) | |
tree | f56598fd630d341dd40899da38b7fd4b3931770a /kcontrol/kfontinst/tdeio/KioFonts.cpp | |
parent | 93943a849d1abc2003ceefe294dc419b9927f7d0 (diff) | |
download | tdebase-98f4a055baf6eb7ea5c3d69d6a3f2162b491e253.tar.gz tdebase-98f4a055baf6eb7ea5c3d69d6a3f2162b491e253.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'kcontrol/kfontinst/tdeio/KioFonts.cpp')
-rw-r--r-- | kcontrol/kfontinst/tdeio/KioFonts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/kfontinst/tdeio/KioFonts.cpp b/kcontrol/kfontinst/tdeio/KioFonts.cpp index a443ef546..171cb806d 100644 --- a/kcontrol/kfontinst/tdeio/KioFonts.cpp +++ b/kcontrol/kfontinst/tdeio/KioFonts.cpp @@ -108,7 +108,7 @@ int kdemain(int argc, char **argv) exit(-1); } - KLocale::setMainCatalogue(KFI_CATALOGUE); + TDELocale::setMainCatalogue(KFI_CATALOGUE); TDEInstance instance("tdeio_" KFI_KIO_FONTS_PROTOCOL); KFI::CKioFonts slave(argv[2], argv[3]); |