From b6f3912adcfbbeea3415c287426bd771cd9170b9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:08:37 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- src/knemod/interfacetooltip.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/knemod/interfacetooltip.cpp') diff --git a/src/knemod/interfacetooltip.cpp b/src/knemod/interfacetooltip.cpp index 569df7c..6c84877 100644 --- a/src/knemod/interfacetooltip.cpp +++ b/src/knemod/interfacetooltip.cpp @@ -130,12 +130,12 @@ void InterfaceToolTip::setupText( TQString& text ) if ( toolTipContent & DOWNLOAD_SPEED ) { unsigned long bytesPerSecond = data.incomingBytes / mInterface->getGeneralData().pollInterval; - text += "" + mToolTips[20].first + "" + KIO::convertSize( bytesPerSecond ) + i18n( "/s" ) + ""; + text += "" + mToolTips[20].first + "" + TDEIO::convertSize( bytesPerSecond ) + i18n( "/s" ) + ""; } if ( toolTipContent & UPLOAD_SPEED ) { unsigned long bytesPerSecond = data.outgoingBytes / mInterface->getGeneralData().pollInterval; - text += "" + mToolTips[21].first + "" + KIO::convertSize( bytesPerSecond ) + i18n( "/s" ) + ""; + text += "" + mToolTips[21].first + "" + TDEIO::convertSize( bytesPerSecond ) + i18n( "/s" ) + ""; } } -- cgit v1.2.1