diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:20 +0900 |
commit | b35e0845dc9b3c8b9a5e52a682c769f383933fae (patch) | |
tree | e4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /examples/toplevel | |
parent | 1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff) | |
download | tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/toplevel')
-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. |