summaryrefslogtreecommitdiffstats
path: root/examples/toplevel/toplevel.doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-24 20:14:25 +0900
commitd73937a9f779e2aafa6c392f94c9c29aa32b78fd (patch)
treee2c52ad435e8cca696acae34b1f451e934675a64 /examples/toplevel/toplevel.doc
parenteb42871e999672a8fad5793733c58be05928c8ea (diff)
downloadtqt3-d73937a9f779e2aafa6c392f94c9c29aa32b78fd.tar.gz
tqt3-d73937a9f779e2aafa6c392f94c9c29aa32b78fd.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae)
Diffstat (limited to 'examples/toplevel/toplevel.doc')
-rw-r--r--examples/toplevel/toplevel.doc6
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.