summaryrefslogtreecommitdiffstats
path: root/scripts/fixheaders
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/fixheaders')
-rw-r--r--scripts/fixheaders8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/fixheaders b/scripts/fixheaders
index a448503e..d8951611 100644
--- a/scripts/fixheaders
+++ b/scripts/fixheaders
@@ -46,10 +46,10 @@ $lastdir = '.';
'implicit declaration of function `int f?printf' => "stdio",
'no method `TDEGlobal::' => "kglobal",
'`TDEGlobal\' undeclared \(first use this function\)' => "kglobal",
- 'implicit declaration of function `int locate\(\.\.\.\)' => "kstandarddirs",
- '`locate\' undeclared \(first use this function\)' => "kstandarddirs",
- 'no matching function for call to `TDEStandardDirs' => "kstandarddirs",
- 'no method `TDEStandardDirs::' => "kstandarddirs",
+ 'implicit declaration of function `int locate\(\.\.\.\)' => "tdestandarddirs",
+ '`locate\' undeclared \(first use this function\)' => "tdestandarddirs",
+ 'no matching function for call to `TDEStandardDirs' => "tdestandarddirs",
+ 'no method `TDEStandardDirs::' => "tdestandarddirs",
'variable `class QFile \S*\' has initializer but incomplete type' => "qfile",
'implicit declaration of function `int ICON\(\.\.\.\)' => "kiconloader",
'`QMessageBox\' undeclared \(first use this function\)' => "qmessagebox",