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 2e1dc579..577b6968 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' => "kpopupmenu", + 'no matching function for call to `KMenuBar::insertItem\(QString, 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", @@ -84,9 +84,9 @@ $lastdir = '.'; 'invalid use of undefined type `class QLineEdit\'' => "qlineedit", 'invalid use of undefined type `class QComboBox\'' => "qcombobox", 'invalid use of undefined type `class QStyle\'' => "qstyle", - 'invalid use of undefined type `class TDEPopupMenu\'' => "kpopupmenu", + 'invalid use of undefined type `class TDEPopupMenu\'' => "tdepopupmenu", 'invalid use of undefined type `class QPopupMenu\'' => "qpopupmenu", - 'cannot convert `TDEPopupMenu \*\' to `QPopupMenu \*' => "kpopupmenu", + 'cannot convert `TDEPopupMenu \*\' to `QPopupMenu \*' => "tdepopupmenu", 'aggregate `QPopupMenu \S*\' has incomplete type' => "qpopupmenu", 'invalid use of undefined type `class KURL' => "kurl", 'no method `QApplication::' => "qapplication", |