diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 07:59:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 07:59:50 -0600 |
commit | 113814579a1110e047674c1772937ad02b12c065 (patch) | |
tree | a582bd54aafab4ed173c2e0d14d8b5555e9db2bb | |
parent | e797f232071da21a169dfb4d00e8b7be0a611b71 (diff) | |
download | amarok-113814579a1110e047674c1772937ad02b12c065.tar.gz amarok-113814579a1110e047674c1772937ad02b12c065.zip |
Rename KLocale to enhance compatibility with KDE4
-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; |