diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 20:06:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 20:33:38 +0900 |
commit | 7485c8248a1bb3a2fed851d389a291d60bba7752 (patch) | |
tree | 01530186491285c596ad8bea4ee9368436e38a48 /scripts/fixheaders | |
parent | 2611dd9a2020f335eff619aeeffc3730144ce657 (diff) | |
download | tdesdk-7485c8248a1bb3a2fed851d389a291d60bba7752.tar.gz tdesdk-7485c8248a1bb3a2fed851d389a291d60bba7752.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 0ffe839d6e363933ed4d9d212b6fd325a6fc3225)
Diffstat (limited to 'scripts/fixheaders')
-rw-r--r-- | scripts/fixheaders | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/fixheaders b/scripts/fixheaders index 73c7b581..eb9dbeb4 100644 --- a/scripts/fixheaders +++ b/scripts/fixheaders @@ -57,7 +57,7 @@ $lastdir = '.'; '`QUriDrag\' undeclared \(first use this function\)' => "qdragobject", '`kdDebug\' undeclared \(first use this function\)' => "kdebug", '`kdWarning\' undeclared \(first use this function\)' => "kdebug", - 'no matching function for call to `KMenuBar::insertItem\(QString, TDEPopupMenu' => "tdepopupmenu", + 'no matching function for call to `KMenuBar::insertItem\(TQString, TDEPopupMenu' => "tdepopupmenu", 'no matching function for call to `KMenuBar::' => "kmenubar", 'invalid use of undefined type `class QPointArray' => "qpointarray", 'variable `QPainter \S*\' has initializer but incomplete type' => "qpainter", @@ -79,7 +79,7 @@ $lastdir = '.'; '`DCOPClient\' undeclared \(first use this function\)' => "dcopclient", 'invalid use of undefined type `class KStatusBar\'' => "kstatusbar", 'invalid use of undefined type `class QLabel\'' => "qlabel", - 'invalid use of undefined type `class QImage\'' => "qimage", + 'invalid use of undefined type `class TQImage\'' => "qimage", 'invalid use of undefined type `class QImageIO\'' => "qimage", 'invalid use of undefined type `class QLineEdit\'' => "qlineedit", 'invalid use of undefined type `class QComboBox\'' => "qcombobox", @@ -97,7 +97,7 @@ $lastdir = '.'; 'error: incomplete type `Q3ValueList' => 'q3valuelist', 'error: variable `Q3ValueList<' => 'q3valuelist', 'error: `Q3PointArray\' undeclared' => 'q3pointarray', - 'error: invalid use of undefined type \`struct QColor' => 'qcolor', + 'error: invalid use of undefined type \`struct TQColor' => 'qcolor', 'error: `QX11Info::' => 'qx11info_x11', 'error: incomplete type \'QX11Info' => 'qx11info_x11', 'error: \'Q3AsciiDi' => 'q3asciidict' |