diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:35:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:35:40 -0600 |
commit | 17e2ed52dbf8fac39a04331da02b9572e9e2e304 (patch) | |
tree | cd0d57c975a55e05aac71794b363748f24625875 /libkmime/kmime_content.cpp | |
parent | a684ecdeceae222d5aa930478b7bf59a3b7cae7f (diff) | |
download | tdepim-17e2ed52dbf8fac39a04331da02b9572e9e2e304.tar.gz tdepim-17e2ed52dbf8fac39a04331da02b9572e9e2e304.zip |
Rename additional global TQt functions
Diffstat (limited to 'libkmime/kmime_content.cpp')
-rw-r--r-- | libkmime/kmime_content.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libkmime/kmime_content.cpp b/libkmime/kmime_content.cpp index 6eca383fa..5dead52af 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"); } |