summaryrefslogtreecommitdiffstats
path: root/tdehtml/tdehtml_run.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdehtml/tdehtml_run.cpp')
-rw-r--r--tdehtml/tdehtml_run.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdehtml/tdehtml_run.cpp b/tdehtml/tdehtml_run.cpp
index 499616cce..b04caa7d1 100644
--- a/tdehtml/tdehtml_run.cpp
+++ b/tdehtml/tdehtml_run.cpp
@@ -47,7 +47,7 @@ TDEHTMLRun::TDEHTMLRun( TDEHTMLPart *part, tdehtml::ChildFrame *child, const KUR
void TDEHTMLRun::foundMimeType( const TQString &_type )
{
Q_ASSERT(!m_bFinished);
- TQString mimeType = _type; // this ref comes from the job, we lose it when using KIO again
+ TQString mimeType = _type; // this ref comes from the job, we lose it when using TDEIO again
if ( static_cast<TDEHTMLPart *>(m_part)->processObjectRequest( m_child, m_strURL, mimeType ) )
m_bFinished = true;
else {