diff options
Diffstat (limited to 'khtml/rendering/render_form.h')
-rw-r--r-- | khtml/rendering/render_form.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/rendering/render_form.h b/khtml/rendering/render_form.h index c414e079c..db5088d20 100644 --- a/khtml/rendering/render_form.h +++ b/khtml/rendering/render_form.h @@ -95,7 +95,7 @@ public: protected: virtual bool isRenderButton() const { return false; } virtual bool isEditable() const { return false; } - AlignmentFlags textAlignment() const; + TQ_Alignment textAlignment() const; TQPoint m_mousePos; int m_state; |