diff options
Diffstat (limited to 'scripts/fixheaders')
-rw-r--r-- | scripts/fixheaders | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fixheaders b/scripts/fixheaders index fd538d5c..b1b0a15b 100644 --- a/scripts/fixheaders +++ b/scripts/fixheaders @@ -53,7 +53,7 @@ $lastdir = '.'; 'variable `class QFile \S*\' has initializer but incomplete type' => "qfile", 'implicit declaration of function `int ICON\(\.\.\.\)' => "kiconloader", '`QMessageBox\' undeclared \(first use this function\)' => "qmessagebox", - 'no matching function for call to `QBoxLayout::QBoxLayout' => "qtqlayout", + 'no matching function for call to `QBoxLayout::QBoxLayout' => "qlayout", '`QUriDrag\' undeclared \(first use this function\)' => "qdragobject", '`kdDebug\' undeclared \(first use this function\)' => "kdebug", '`kdWarning\' undeclared \(first use this function\)' => "kdebug", |