summaryrefslogtreecommitdiffstats
path: root/scripts/fixheaders
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/fixheaders')
-rw-r--r--scripts/fixheaders7
1 files changed, 3 insertions, 4 deletions
diff --git a/scripts/fixheaders b/scripts/fixheaders
index 6712ee5c..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",
@@ -94,11 +94,10 @@ $lastdir = '.';
'error: \'Q3CString\' is used as a type' => "q3cstring",
'error: ISO C\+\+ forbids declaration of \`Q3CString\' with' => "q3cstring",
'error: incomplete type \'QPixmap\' cannot be used' => 'qpixmap',
- 'error: invalid use of undefined type `struct QVector' => 'qvector',
'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'