diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/fixheaders | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fixheaders b/scripts/fixheaders index 12cf1a2a..91358097 100644 --- a/scripts/fixheaders +++ b/scripts/fixheaders @@ -22,7 +22,7 @@ $lastdir = '.'; '`i18n\' undeclared \(first use this function\)' => "klocale", 'variable `class QPixmap \S*\' has initializer but incomplete type' => "qpixmap", '`kapp\' undeclared \(first use this function\)' => "kapplication", - 'no matching function for call to `KLocale::' => "klocale", + 'no matching function for call to `TDELocale::' => "klocale", '`klocale\' undeclared \(first use this function\)' => "klocale", 'no matching function for call to `QPopupMenu::' => "qpopupmenu", '`QTextStream\' undeclared \(first use this function\)' => "qtextstream", |