summaryrefslogtreecommitdiffstats
path: root/tdecore/kapplication_win.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:47:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:47:22 -0600
commit28edc0aa2ab09297288186f5bc15765eb7be58c0 (patch)
tree7b7a01768b3781763186c825af21bb14717d2c32 /tdecore/kapplication_win.cpp
parent07c48c43ff72c237e4028154f4594102b798073f (diff)
downloadtdelibs-28edc0aa2ab09297288186f5bc15765eb7be58c0.tar.gz
tdelibs-28edc0aa2ab09297288186f5bc15765eb7be58c0.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'tdecore/kapplication_win.cpp')
-rw-r--r--tdecore/kapplication_win.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/kapplication_win.cpp b/tdecore/kapplication_win.cpp
index e5b19a28c..f6c29be7d 100644
--- a/tdecore/kapplication_win.cpp
+++ b/tdecore/kapplication_win.cpp
@@ -42,8 +42,8 @@
*/
void TDEApplication_init_windows(bool /*GUIenabled*/)
{
- TQString qt_transl_file = ::locate( "locale", KGlobal::locale()->language()
- + "/LC_MESSAGES/qt_" + KGlobal::locale()->language() + ".qm" );
+ TQString qt_transl_file = ::locate( "locale", TDEGlobal::locale()->language()
+ + "/LC_MESSAGES/qt_" + TDEGlobal::locale()->language() + ".qm" );
QTranslator *qt_transl = new QTranslator();
if (qt_transl->load( qt_transl_file, ""))
kapp->installTranslator( qt_transl );