summaryrefslogtreecommitdiffstats
path: root/khtml/rendering/render_flow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/rendering/render_flow.cpp')
-rw-r--r--khtml/rendering/render_flow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/khtml/rendering/render_flow.cpp b/khtml/rendering/render_flow.cpp
index 88e06aab9..ae579bd46 100644
--- a/khtml/rendering/render_flow.cpp
+++ b/khtml/rendering/render_flow.cpp
@@ -25,7 +25,7 @@
#include <kdebug.h>
#include <assert.h>
-#include <qpainter.h>
+#include <tqpainter.h>
#include <kglobal.h>
#include "rendering/render_flow.h"
@@ -222,7 +222,7 @@ void RenderFlow::paintLines(PaintInfo& i, int _tx, int _ty)
}
if (i.phase == PaintActionOutline && i.outlineObjects) {
- QValueList<RenderFlow *>::iterator it;;
+ TQValueList<RenderFlow *>::iterator it;;
for( it = (*i.outlineObjects).begin(); it != (*i.outlineObjects).end(); ++it )
if ((*it)->isRenderInline())
static_cast<RenderInline*>(*it)->paintOutlines(i.p, _tx, _ty);