diff options
Diffstat (limited to 'juk')
-rw-r--r-- | juk/ktrm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/ktrm.cpp b/juk/ktrm.cpp index 95d38e6d..45399ce2 100644 --- a/juk/ktrm.cpp +++ b/juk/ktrm.cpp @@ -140,7 +140,7 @@ protected: KProtocolManager::reparseConfiguration(); if(KProtocolManager::useProxy()) { - // split code copied from kcm_kio. + // split code copied from kcm_tdeio. TQString noProxiesFor = KProtocolManager::noProxyFor(); TQStringList noProxies = TQStringList::split(TQRegExp("[',''\t'' ']"), noProxiesFor); bool useProxy = true; |