From b35e0845dc9b3c8b9a5e52a682c769f383933fae Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 23 Sep 2023 12:42:20 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro --- examples/toplevel/toplevel.doc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/toplevel') 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. -- cgit v1.2.1