summaryrefslogtreecommitdiffstats
path: root/libkmime/kmime_content.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkmime/kmime_content.cpp')
-rw-r--r--libkmime/kmime_content.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/libkmime/kmime_content.cpp b/libkmime/kmime_content.cpp
index 6eca383f..5dead52a 100644
--- a/libkmime/kmime_content.cpp
+++ b/libkmime/kmime_content.cpp
@@ -53,7 +53,7 @@ Content::~Content()
void Content::setContent(TQStrList *l)
{
- //qDebug("Content::setContent(TQStrList *l) : start");
+ //tqDebug("Content::setContent(TQStrList *l) : start");
h_ead.resize(0);
b_ody.resize(0);
@@ -79,7 +79,7 @@ void Content::setContent(TQStrList *l)
hts << '\0';
bts << '\0';
- //qDebug("Content::setContent(TQStrList *l) : finished");
+ //tqDebug("Content::setContent(TQStrList *l) : finished");
}
@@ -98,7 +98,7 @@ void Content::setContent(const TQCString &s)
//parse the message, split multiple parts
void Content::parse()
{
- //qDebug("void Content::parse() : start");
+ //tqDebug("void Content::parse() : start");
delete h_eaders;
h_eaders=0;
@@ -151,7 +151,7 @@ void Content::parse()
c->parse();
c->contentType()->setCategory(cat); //set category of the sub-part
c_ontents->append(c);
- //qDebug("part:\n%s\n\n%s", c->h_ead.data(), c->b_ody.left(100).data());
+ //tqDebug("part:\n%s\n\n%s", c->h_ead.data(), c->b_ody.left(100).data());
}
//the whole content is now split into single parts, so it's safe delete the message-body
@@ -249,7 +249,7 @@ void Content::parse()
}
}
- //qDebug("void Content::parse() : finished");
+ //tqDebug("void Content::parse() : finished");
}