diff options
Diffstat (limited to 'scripts/fixheaders')
-rw-r--r-- | scripts/fixheaders | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/fixheaders b/scripts/fixheaders index 5cb09c0c..b5724785 100644 --- a/scripts/fixheaders +++ b/scripts/fixheaders @@ -44,8 +44,8 @@ $lastdir = '.'; '`stderr\' undeclared \(first use this function' => "stdio", 'invalid use of undefined type `class KConfig' => "kconfig", 'implicit declaration of function `int f?printf' => "stdio", - 'no method `KGlobal::' => "kglobal", - '`KGlobal\' undeclared \(first use this function\)' => "kglobal", + 'no method `TDEGlobal::' => "kglobal", + '`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", |