diff options
-rw-r--r-- | amarok/src/statistics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |