summaryrefslogtreecommitdiffstats
path: root/ksquirrel/sq_glwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksquirrel/sq_glwidget.cpp')
-rw-r--r--ksquirrel/sq_glwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksquirrel/sq_glwidget.cpp b/ksquirrel/sq_glwidget.cpp
index aeaf395..e22a7fc 100644
--- a/ksquirrel/sq_glwidget.cpp
+++ b/ksquirrel/sq_glwidget.cpp
@@ -1515,7 +1515,7 @@ void SQ_GLWidget::decode()
{
KMessageBox::error(this,
i18n("Memory allocation failed for %1 of memory")
- .arg(KIO::convertSize(pp.realw * pp.realh * sizeof(RGBA))));
+ .arg(TDEIO::convertSize(pp.realw * pp.realh * sizeof(RGBA))));
decodeFailedOn0(SQE_R_NOMEMORY);
return;
@@ -1997,7 +1997,7 @@ void SQ_GLWidget::setDownloadPercents(int p)
percentsLabel->hide();
else
{
- percentsLabel->setText(i18n("Downloading...") + ' ' + KIO::convertSize(p));
+ percentsLabel->setText(i18n("Downloading...") + ' ' + TDEIO::convertSize(p));
percentsLabel->adjustSize();
percentsLabel->show();
}