diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:20:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:20:07 -0600 |
commit | 087f8d4521b0bc6614dc4b664b23674a7f5f5020 (patch) | |
tree | 7bfabb798bc358b9a99db46b8e4a00795af7cb2c /kbabel/commonui/roughtransdlg.cpp | |
parent | 9a9f0befb2983057ba63aa63ce22726db67fd500 (diff) | |
download | tdesdk-087f8d4521b0bc6614dc4b664b23674a7f5f5020.tar.gz tdesdk-087f8d4521b0bc6614dc4b664b23674a7f5f5020.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'kbabel/commonui/roughtransdlg.cpp')
-rw-r--r-- | kbabel/commonui/roughtransdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/commonui/roughtransdlg.cpp b/kbabel/commonui/roughtransdlg.cpp index caf919e3..bc251a93 100644 --- a/kbabel/commonui/roughtransdlg.cpp +++ b/kbabel/commonui/roughtransdlg.cpp @@ -667,7 +667,7 @@ void RoughTransDlg::translate() void RoughTransDlg::showStatistics() { int nothing=totalTried-partTransCounter-exactTransCounter; - KLocale *locale = TDEGlobal::locale(); + TDELocale *locale = TDEGlobal::locale(); TQString statMsg = i18n("Result of the translation:\n" "Edited entries: %1\n" "Exact translations: %2 (%3%)\n" |