diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/fixheaders | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/fixheaders b/scripts/fixheaders index a5debd94..12cf1a2a 100644 --- a/scripts/fixheaders +++ b/scripts/fixheaders @@ -48,8 +48,8 @@ $lastdir = '.'; '`TDEGlobal\' undeclared \(first use this function\)' => "kglobal", 'implicit declaration of function `int locate\(\.\.\.\)' => "kstddirs", '`locate\' undeclared \(first use this function\)' => "kstddirs", - 'no matching function for call to `KStandardDirs' => "kstddirs", - 'no method `KStandardDirs::' => "kstddirs", + 'no matching function for call to `TDEStandardDirs' => "kstddirs", + 'no method `TDEStandardDirs::' => "kstddirs", 'variable `class QFile \S*\' has initializer but incomplete type' => "qfile", 'implicit declaration of function `int ICON\(\.\.\.\)' => "kiconloader", '`QMessageBox\' undeclared \(first use this function\)' => "qmessagebox", |