diff options
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' |