From 6ade7e598a18691f3f92471c4441d856b3ac54dc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:58:00 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 5e3fc3a36b58c4e1cb48e31a350f76b7a81b3170. --- doc/html/classQextScintilla.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/classQextScintilla.html') diff --git a/doc/html/classQextScintilla.html b/doc/html/classQextScintilla.html index 1bca3d7..04c98c8 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 children=FALSE) +
  • virtual void foldAll (bool tqchildren=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 children 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 tqchildren 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.3

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