diff options
Diffstat (limited to 'doc/tutorials/markup/index.docbook')
-rw-r--r-- | doc/tutorials/markup/index.docbook | 26 |
1 files changed, 13 insertions, 13 deletions
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</ulink> <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</ulink> <funcsynopsis> <funcprototype> -<funcdef>QString <function>getVideoCodec</function></funcdef><void/> +<funcdef>TQString <function>getVideoCodec</function></funcdef><void/> </funcprototype> </funcsynopsis> </markup> @@ -3288,7 +3288,7 @@ These would generate the following, respectively. <funcsynopsis> <funcprototype> -<funcdef>void <function>setFile</function></funcdef><paramdef>QString <parameter>file</parameter></paramdef> +<funcdef>void <function>setFile</function></funcdef><paramdef>TQString <parameter>file</parameter></paramdef> </funcprototype> </funcsynopsis> @@ -3300,7 +3300,7 @@ These would generate the following, respectively. <funcsynopsis> <funcprototype> -<funcdef>QString <function>getVideoCodec</function></funcdef><void/> +<funcdef>TQString <function>getVideoCodec</function></funcdef><void/> </funcprototype> </funcsynopsis> @@ -3405,14 +3405,14 @@ class="starttag">methodsynopsis</sgmltag></term> <classsynopsis language="cpp"> <ooclass> -<classname>QWidget</classname> +<classname>TQWidget</classname> </ooclass> <methodsynopsis> -<methodname>QWidget::QWidget</methodname> +<methodname>TQWidget::TQWidget</methodname> <methodparam choice="opt"> <funcparams> -<parameter>QWidget* parent = 0</parameter></funcparams> +<parameter>TQWidget* parent = 0</parameter></funcparams> </methodparam> <methodparam choice="opt"> <type>const char*</type> <parameter>name = 0</parameter> @@ -3423,10 +3423,10 @@ class="starttag">methodsynopsis</sgmltag></term> <methodsynopsis> - <methodname>QWidget::QWidget</methodname> + <methodname>TQWidget::TQWidget</methodname> <methodparam choice="opt"> <funcparams> - <parameter>QWidget* parent = 0</parameter></funcparams> + <parameter>TQWidget* parent = 0</parameter></funcparams> </methodparam> <methodparam choice="opt"> <parameter>const char* name = 0</parameter> @@ -3497,9 +3497,9 @@ constructorsynopsis</sgmltag></term> <listitem><para>A constructor synopsis <constructorsynopsis> -<methodname>QWidget::QWidget</methodname> +<methodname>TQWidget::TQWidget</methodname> <methodparam choice="opt"> -<funcparams><type>QWidget*</type> <parameter>parent = 0</parameter></funcparams> +<funcparams><type>TQWidget*</type> <parameter>parent = 0</parameter></funcparams> </methodparam> <methodparam choice="opt"> <funcparams> @@ -3508,10 +3508,10 @@ constructorsynopsis</sgmltag></term> </constructorsynopsis> <constructorsynopsis> - <methodname>QWidget::QWidget</methodname> + <methodname>TQWidget::TQWidget</methodname> <methodparam choice="opt"> <funcparams> - <parameter>QWidget* parent = 0</parameter></funcparams> + <parameter>TQWidget* parent = 0</parameter></funcparams> </methodparam> <methodparam choice="opt"> <parameter>const char* name = 0</parameter> |