From 113814579a1110e047674c1772937ad02b12c065 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 07:59:50 -0600 Subject: [PATCH] Rename KLocale to enhance compatibility with KDE4 --- amarok/src/statistics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amarok/src/statistics.cpp b/amarok/src/statistics.cpp index fefcf72c..7f631ade 100644 --- a/amarok/src/statistics.cpp +++ b/amarok/src/statistics.cpp @@ -314,7 +314,7 @@ void StatisticsList::expandInformation( StatisticsItem *item, bool refresh ) { m_expanded = true; - KLocale *locale = new KLocale( "locale" ); + TDELocale *locale = new TDELocale( "locale" ); QueryBuilder qb;