summaryrefslogtreecommitdiffstats
path: root/superkaramba/src/themefile.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/themefile.cpp
parente31dd7c37ff5af25163426915faddfd43327031f (diff)
downloadtdeutils-3c87ec12c23bf62d3f60a7dd64020af8e0b997ce.tar.gz
tdeutils-3c87ec12c23bf62d3f60a7dd64020af8e0b997ce.zip
Rename additional global TQt functions
Diffstat (limited to 'superkaramba/src/themefile.cpp')
-rw-r--r--superkaramba/src/themefile.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/superkaramba/src/themefile.cpp b/superkaramba/src/themefile.cpp
index 0e8c02f..a75cc14 100644
--- a/superkaramba/src/themefile.cpp
+++ b/superkaramba/src/themefile.cpp
@@ -68,13 +68,13 @@ class ZipFile
if(!m_zip->open(IO_ReadOnly))
{
- qDebug("Unable to open '%s' for reading.", zipfile.ascii());
+ tqDebug("Unable to open '%s' for reading.", zipfile.ascii());
return;
}
m_dir = m_zip->directory();
if(m_dir == 0)
{
- qDebug("Error reading directory contents of file %s", zipfile.ascii());
+ tqDebug("Error reading directory contents of file %s", zipfile.ascii());
return;
}
}
@@ -100,7 +100,7 @@ class ZipFile
else
{
if(!m_filename.isEmpty())
- qDebug("Error reading file %s from zip", m_filename.ascii());
+ tqDebug("Error reading file %s from zip", m_filename.ascii());
return TQByteArray();
}
}