summaryrefslogtreecommitdiffstats
path: root/superkaramba/src/imagelabel.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:36:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:36:28 -0600
commit3c87ec12c23bf62d3f60a7dd64020af8e0b997ce (patch)
treeaf5b4b5472d6e9ca5f87b12ceafda358b79d92c6 /superkaramba/src/imagelabel.cpp
parente31dd7c37ff5af25163426915faddfd43327031f (diff)
downloadtdeutils-3c87ec12.tar.gz
tdeutils-3c87ec12.zip
Rename additional global TQt functions
Diffstat (limited to 'superkaramba/src/imagelabel.cpp')
-rw-r--r--superkaramba/src/imagelabel.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/superkaramba/src/imagelabel.cpp b/superkaramba/src/imagelabel.cpp
index ef38ec0..9df0834 100644
--- a/superkaramba/src/imagelabel.cpp
+++ b/superkaramba/src/imagelabel.cpp
@@ -266,7 +266,7 @@ void ImageLabel::slotCopyResult(KIO::Job* job)
}
else
{
- qWarning("Error downloading (%s): %s", job->errorText().ascii(),
+ tqWarning("Error downloading (%s): %s", job->errorText().ascii(),
tempFile.ascii());
}
KIO::NetAccess::removeTempFile(tempFile);
@@ -453,11 +453,11 @@ void ImageLabel::parseImages(TQString fn, TQString fn_roll, int _xoff,
{
pixmap_off = KPixmap(tmpFile);
KIO::NetAccess::removeTempFile(tmpFile);
- qDebug( "Downloaded: %s to %s", path.ascii(), tmpFile.ascii() );
+ tqDebug( "Downloaded: %s to %s", path.ascii(), tmpFile.ascii() );
}
else
{
- qDebug( "Error Downloading: %s", path.ascii());
+ tqDebug( "Error Downloading: %s", path.ascii());
}
}
else
@@ -501,11 +501,11 @@ void ImageLabel::parseImages(TQString fn, TQString fn_roll, int _xoff,
{
pixmap_on = KPixmap(tmpFile);
KIO::NetAccess::removeTempFile(tmpFile);
- qDebug( "Downloaded: %s to %s", path.ascii(), tmpFile.ascii());
+ tqDebug( "Downloaded: %s to %s", path.ascii(), tmpFile.ascii());
}
else
{
- qDebug( "Error Downloading: %s", path.ascii());
+ tqDebug( "Error Downloading: %s", path.ascii());
}
}
else