summaryrefslogtreecommitdiffstats
path: root/khtml/rendering/render_line.h
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/rendering/render_line.h')
-rw-r--r--khtml/rendering/render_line.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/rendering/render_line.h b/khtml/rendering/render_line.h
index d00a060af..d42f2acb8 100644
--- a/khtml/rendering/render_line.h
+++ b/khtml/rendering/render_line.h
@@ -129,7 +129,7 @@ public: // FIXME: Would like to make this protected, but methods are accessing t
InlineBox* m_next; // The next element on the same line as us.
InlineBox* m_prev; // The previous element on the same line as us.
- InlineFlowBox* m_parent; // The box that tqcontains us.
+ InlineFlowBox* m_parent; // The box that contains us.
};
class InlineRunBox : public InlineBox