From 16609709d413de8c92fcb3473351890901122299 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 23 Sep 2023 12:43:20 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro --- doc/tutorials/markup/index.docbook | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'doc') diff --git a/doc/tutorials/markup/index.docbook b/doc/tutorials/markup/index.docbook index 5e69d12..f0cb70b 100644 --- a/doc/tutorials/markup/index.docbook +++ b/doc/tutorials/markup/index.docbook @@ -3263,7 +3263,7 @@ url="http://www.docbook.org">www.docbook.org <funcsynopsis> <funcprototype> <funcdef>void <function>setFile</function></funcdef> -<paramdef>QString <parameter>file</parameter></paramdef> +<paramdef>TQString <parameter>file</parameter></paramdef> </funcprototype> </funcsynopsis> @@ -3276,7 +3276,7 @@ url="http://www.docbook.org">www.docbook.org <funcsynopsis> <funcprototype> -<funcdef>QString <function>getVideoCodec</function></funcdef><void/> +<funcdef>TQString <function>getVideoCodec</function></funcdef><void/> </funcprototype> </funcsynopsis> @@ -3288,7 +3288,7 @@ These would generate the following, respectively. -void setFileQString file +void setFileTQString file @@ -3300,7 +3300,7 @@ These would generate the following, respectively. -QString getVideoCodec +TQString getVideoCodec @@ -3405,14 +3405,14 @@ class="starttag">methodsynopsis -QWidget +TQWidget -QWidget::QWidget +TQWidget::TQWidget -QWidget* parent = 0 +TQWidget* parent = 0 const char* name = 0 @@ -3423,10 +3423,10 @@ class="starttag">methodsynopsis - QWidget::QWidget + TQWidget::TQWidget - QWidget* parent = 0 + TQWidget* parent = 0 const char* name = 0 @@ -3497,9 +3497,9 @@ constructorsynopsis A constructor synopsis -QWidget::QWidget +TQWidget::TQWidget -QWidget* parent = 0 +TQWidget* parent = 0 @@ -3508,10 +3508,10 @@ constructorsynopsis - QWidget::QWidget + TQWidget::TQWidget - QWidget* parent = 0 + TQWidget* parent = 0 const char* name = 0 -- cgit v1.2.1