diff options
Diffstat (limited to 'examples/toplevel/toplevel.doc')
-rw-r--r-- | examples/toplevel/toplevel.doc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/toplevel/toplevel.doc b/examples/toplevel/toplevel.doc index fdfa5e4e3..1487f74b4 100644 --- a/examples/toplevel/toplevel.doc +++ b/examples/toplevel/toplevel.doc @@ -9,8 +9,8 @@ It provides a graphical user interface for selecting different options for widget decoration and behavior, and passes the - appropriate widget flags to the QWidget constructor. - QWidget::reparent() is used to change the widget flags at runtime. + appropriate widget flags to the TQWidget constructor. + TQWidget::reparent() is used to change the widget flags at runtime. \warning Note that the interpretation and functionality of the widget flags depends on the window manager used when running the @@ -55,7 +55,7 @@ A titlebar with controls is provided if the appropriate options have been checked. - \printto QWidget *parent + \printto TQWidget *parent If the window should not have a border it cannot have a titlebar. Widgets that provide their own (e.g. themed) window decoration should use this flag. |