summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-02-25 13:32:36 +0900
committerMichele Calgaro <[email protected]>2025-02-25 13:32:36 +0900
commit86d4cca5f4d251fc4cf150902d5d5c107e264acc (patch)
tree9ec92be9c152a2482ca406bc45b1e69155c2238e
parentcb370f0b667a175a656973dbc1bafd35626d7f16 (diff)
downloadtdesdk-86d4cca5f4d251fc4cf150902d5d5c107e264acc.tar.gz
tdesdk-86d4cca5f4d251fc4cf150902d5d5c107e264acc.zip
Replace obsolete kstddirs.h with kstandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r--scripts/fixheaders8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/fixheaders b/scripts/fixheaders
index 64240c91..a448503e 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\(\.\.\.\)' => "kstddirs",
- '`locate\' undeclared \(first use this function\)' => "kstddirs",
- 'no matching function for call to `TDEStandardDirs' => "kstddirs",
- 'no method `TDEStandardDirs::' => "kstddirs",
+ '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",
'variable `class QFile \S*\' has initializer but incomplete type' => "qfile",
'implicit declaration of function `int ICON\(\.\.\.\)' => "kiconloader",
'`QMessageBox\' undeclared \(first use this function\)' => "qmessagebox",