diff options
Diffstat (limited to 'khtml/rendering/render_form.h')
-rw-r--r-- | khtml/rendering/render_form.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/khtml/rendering/render_form.h b/khtml/rendering/render_form.h index 52caee0ea..c414e079c 100644 --- a/khtml/rendering/render_form.h +++ b/khtml/rendering/render_form.h @@ -86,7 +86,7 @@ public: virtual void updateFromElement(); - virtual void tqlayout(); + virtual void layout(); virtual short baselinePosition( bool ) const; DOM::HTMLGenericFormElementImpl *element() const @@ -293,14 +293,14 @@ public: RenderFieldset(DOM::HTMLGenericFormElementImpl *element); virtual const char *renderName() const { return "RenderFieldSet"; } - virtual RenderObject* tqlayoutLegend(bool retqlayoutChildren); + virtual RenderObject* layoutLegend(bool relayoutChildren); virtual void setStyle(RenderStyle* _style); protected: virtual void paintBoxDecorations(PaintInfo& pI, int _tx, int _ty); void paintBorderMinusLegend(TQPainter *p, int _tx, int _ty, int w, int h, const RenderStyle *style, int lx, int lw); - RenderObject* tqfindLegend(); + RenderObject* findLegend(); }; // ------------------------------------------------------------------------- @@ -385,7 +385,7 @@ public: virtual const char *renderName() const { return "RenderSelect"; } virtual void calcMinMaxWidth(); - virtual void tqlayout(); + virtual void layout(); void setOptionsChanged(bool _optionsChanged); @@ -436,14 +436,14 @@ private slots: void slotReplaceText(const TQString&, int, int, int); void slotFindHighlight(const TQString&, int, int); private: - KFindDialog *m_tqfindDlg; - KFind *m_tqfind; + KFindDialog *m_findDlg; + KFind *m_find; KReplaceDialog *m_repDlg; - KReplace *m_tqreplace; - KAction *m_tqfindAction; - KAction *m_tqfindNextAction; - KAction *m_tqreplaceAction; - int m_tqfindIndex, m_tqfindPara; + KReplace *m_replace; + KAction *m_findAction; + KAction *m_findNextAction; + KAction *m_replaceAction; + int m_findIndex, m_findPara; int m_repIndex, m_repPara; }; @@ -459,7 +459,7 @@ public: virtual const char *renderName() const { return "RenderTextArea"; } virtual void calcMinMaxWidth(); - virtual void tqlayout(); + virtual void layout(); virtual void setStyle(RenderStyle *style); virtual void close ( ); |