diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 13:32:36 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 17:44:45 +0900 |
commit | 665dce1c2b0c643a5cde14d99c446f6b4d7dea02 (patch) | |
tree | dec8fa9fb86cc3b62357c052c82d8e30fe4da879 | |
parent | 2799aec94c6076b984e77f4faaa67180f5ece5af (diff) | |
download | tdesdk-665dce1c2b0c643a5cde14d99c446f6b4d7dea02.tar.gz tdesdk-665dce1c2b0c643a5cde14d99c446f6b4d7dea02.zip |
Replace obsolete kstddirs.h with kstandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 86d4cca5f4d251fc4cf150902d5d5c107e264acc)
-rw-r--r-- | scripts/fixheaders | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/fixheaders b/scripts/fixheaders index eb9dbeb4..60b409fd 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", |