summaryrefslogtreecommitdiffstats
path: root/plugins/infowidget/iwfiletreeitem.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:05:37 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:05:37 -0600
commit95fa1b2e1f05fa546f5846267044032bcdb92493 (patch)
tree220464c1b4b2b3302c78e26a4c71652675362e94 /plugins/infowidget/iwfiletreeitem.cpp
parent7b0ae78a46b9be7342c9366e99c8956a61395733 (diff)
downloadktorrent-95fa1b2e1f05fa546f5846267044032bcdb92493.tar.gz
ktorrent-95fa1b2e1f05fa546f5846267044032bcdb92493.zip
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'plugins/infowidget/iwfiletreeitem.cpp')
-rw-r--r--plugins/infowidget/iwfiletreeitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/infowidget/iwfiletreeitem.cpp b/plugins/infowidget/iwfiletreeitem.cpp
index af976ca..d4837dd 100644
--- a/plugins/infowidget/iwfiletreeitem.cpp
+++ b/plugins/infowidget/iwfiletreeitem.cpp
@@ -91,7 +91,7 @@ namespace kt
percent = 0.0;
else if (percent > 100.0)
percent = 100.0;
- KLocale* loc = TDEGlobal::locale();
+ TDELocale* loc = TDEGlobal::locale();
setText(4,i18n("%1 %").arg(loc->formatNumber(percent,2)));
perc_complete = percent;
}