From 16609709d413de8c92fcb3473351890901122299 Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
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 <michele.calgaro@yahoo.it>
---
 doc/tutorials/markup/index.docbook | 26 +++++++++++++-------------
 tdefile-plugins/RETURNED_ITEMS     | 20 ++++++++++----------
 2 files changed, 23 insertions(+), 23 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>
 &lt;funcsynopsis&gt;
 &lt;funcprototype&gt;
 &lt;funcdef&gt;void &lt;function&gt;setFile&lt;/function&gt;&lt;/funcdef&gt;
-&lt;paramdef&gt;QString &lt;parameter&gt;file&lt;/parameter&gt;&lt;/paramdef&gt;
+&lt;paramdef&gt;TQString &lt;parameter&gt;file&lt;/parameter&gt;&lt;/paramdef&gt;
 &lt;/funcprototype&gt;
 &lt;/funcsynopsis&gt;
 
@@ -3276,7 +3276,7 @@ url="http://www.docbook.org">www.docbook.org</ulink>
 
 &lt;funcsynopsis&gt;
 &lt;funcprototype&gt;
-&lt;funcdef&gt;QString &lt;function&gt;getVideoCodec&lt;/function&gt;&lt;/funcdef&gt;&lt;void/&gt;
+&lt;funcdef&gt;TQString &lt;function&gt;getVideoCodec&lt;/function&gt;&lt;/funcdef&gt;&lt;void/&gt;
 &lt;/funcprototype&gt;
 &lt;/funcsynopsis&gt;
 </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>
diff --git a/tdefile-plugins/RETURNED_ITEMS b/tdefile-plugins/RETURNED_ITEMS
index 642a6b2..c762dbe 100644
--- a/tdefile-plugins/RETURNED_ITEMS
+++ b/tdefile-plugins/RETURNED_ITEMS
@@ -5,24 +5,24 @@ tdefile_txt
 int     Characters
 int     Words
 int     Lines
-QString Format (Unix/DOS/Macintosh)
+TQString Format (Unix/DOS/Macintosh)
 
 tdefile_folder
 ============
 int     items
-QString size (as a string to display bytes, kB, MB, etc)
+TQString size (as a string to display bytes, kB, MB, etc)
 
 tdefile_lnk
 ============
 int     Size of target
-QString Location
-QString Points to
-QString Description
+TQString Location
+TQString Points to
+TQString Description
 
 tdefile_mhtml
 ===========
-QString Sender
-QString Recipient
-QString CopyTo (The CC: field)
-QString Subject
-QString Date
+TQString Sender
+TQString Recipient
+TQString CopyTo (The CC: field)
+TQString Subject
+TQString Date
-- 
cgit v1.2.1