From 95fa1b2e1f05fa546f5846267044032bcdb92493 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 08:05:37 -0600 Subject: Rename KLocale to enhance compatibility with KDE4 --- apps/ktorrent/trayicon.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps') diff --git a/apps/ktorrent/trayicon.cpp b/apps/ktorrent/trayicon.cpp index de633c4..05b9817 100644 --- a/apps/ktorrent/trayicon.cpp +++ b/apps/ktorrent/trayicon.cpp @@ -159,7 +159,7 @@ void TrayIcon::maxShareRatioReached(kt::TorrentInterface* tc) return; const TorrentStats & s = tc->getStats(); - KLocale* loc = TDEGlobal::locale(); + TDELocale* loc = TDEGlobal::locale(); double speed_up = (double)s.bytes_uploaded / 1024.0; TQString msg = i18n("%1 has reached its maximum share ratio of %2 and has been stopped." @@ -178,7 +178,7 @@ void TrayIcon::maxSeedTimeReached(kt::TorrentInterface* tc) return; const TorrentStats & s = tc->getStats(); - KLocale* loc = TDEGlobal::locale(); + TDELocale* loc = TDEGlobal::locale(); double speed_up = (double)s.bytes_uploaded / 1024.0; TQString msg = i18n("%1 has reached its maximum seed time of %2 hours and has been stopped." @@ -223,7 +223,7 @@ void TrayIcon::queuingNotPossible(kt::TorrentInterface* tc) const TorrentStats & s = tc->getStats(); TQString msg; - KLocale* loc = TDEGlobal::locale(); + TDELocale* loc = TDEGlobal::locale(); if (tc->overMaxRatio()) msg = i18n("%1 has reached its maximum share ratio of %2 and cannot be enqueued. Remove the limit manually if you want to continue seeding.") -- cgit v1.2.1