From 3f7edc4861d43739e97822be428197d23d81a979 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:20:54 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- src/sources/source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sources/source.cpp') diff --git a/src/sources/source.cpp b/src/sources/source.cpp index 18d801c..b3cc680 100644 --- a/src/sources/source.cpp +++ b/src/sources/source.cpp @@ -218,5 +218,5 @@ int Source::celsiusToFahrenheit(int inCelsius) const{ } void Source::realizeWidget(){ - mIsMetric = KGlobal::locale()->measureSystem() == KLocale::Metric; + mIsMetric = TDEGlobal::locale()->measureSystem() == KLocale::Metric; } -- cgit v1.2.3