From 1aef904f94a86fecbc71888bc94a790ff36f0403 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:42:29 -0600 Subject: Remove additional unneeded tq method conversions --- doc/html/classQextScintilla-members.html | 2 +- doc/html/classQextScintilla.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html') diff --git a/doc/html/classQextScintilla-members.html b/doc/html/classQextScintilla-members.html index acc90ba..90ed520 100644 --- a/doc/html/classQextScintilla-members.html +++ b/doc/html/classQextScintilla-members.html @@ -98,7 +98,7 @@ focusInEvent(TQFocusEvent *)QextScintillaBase [protected, virtual] focusNextPrevChild(bool)QextScintillaBase [protected, virtual] focusOutEvent(TQFocusEvent *)QextScintillaBase [protected, virtual] - foldAll(bool tqchildren=FALSE)QextScintilla [virtual, slot] + foldAll(bool children=FALSE)QextScintilla [virtual, slot] folding() const QextScintilla [inline] foldLine(int line)QextScintilla [virtual, slot] FoldStyle enum nameQextScintilla diff --git a/doc/html/classQextScintilla.html b/doc/html/classQextScintilla.html index 04c98c8..1bca3d7 100644 --- a/doc/html/classQextScintilla.html +++ b/doc/html/classQextScintilla.html @@ -172,7 +172,7 @@ Inherits QextScintillaBase.
  • virtual void cut ()
  • virtual void ensureCursorVisible ()
  • virtual void ensureLineVisible (int line) -
  • virtual void foldAll (bool tqchildren=FALSE) +
  • virtual void foldAll (bool children=FALSE)
  • virtual void foldLine (int line)
  • virtual void indent (int line)
  • virtual void insert (const TQString &text) @@ -3231,7 +3231,7 @@ Ensures that the line number line is visible.

    - +

    @@ -3239,7 +3239,7 @@ Ensures that the line number line is visible. - + @@ -3248,7 +3248,7 @@ Ensures that the line number line is visible.

    -If any lines are currently folded then they are all unfolded. Otherwise all lines are folded. This has the same effect as clicking in the fold margin with the shift and control keys pressed. If tqchildren is not set (the default) then only the top level fold points are affected, otherwise the state of all fold points are changed. +If any lines are currently folded then they are all unfolded. Otherwise all lines are folded. This has the same effect as clicking in the fold margin with the shift and control keys pressed. If children is not set (the default) then only the top level fold points are affected, otherwise the state of all fold points are changed.

    -- cgit v1.2.1

    virtual void QextScintilla::foldAll ( bool  tqchildren = FALSE children = FALSE  )  [virtual, slot]