From 17e2ed52dbf8fac39a04331da02b9572e9e2e304 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:35:40 -0600 Subject: Rename additional global TQt functions --- libkmime/kmime_content.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libkmime/kmime_content.cpp') 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"); } -- cgit v1.2.1