summaryrefslogtreecommitdiffstats
path: root/amarok
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 07:59:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 07:59:50 -0600
commit113814579a1110e047674c1772937ad02b12c065 (patch)
treea582bd54aafab4ed173c2e0d14d8b5555e9db2bb /amarok
parente797f232071da21a169dfb4d00e8b7be0a611b71 (diff)
downloadamarok-113814579a1110e047674c1772937ad02b12c065.tar.gz
amarok-113814579a1110e047674c1772937ad02b12c065.zip
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'amarok')
-rw-r--r--amarok/src/statistics.cpp2
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;