From 86d4cca5f4d251fc4cf150902d5d5c107e264acc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 25 Feb 2025 13:32:36 +0900 Subject: [PATCH] Replace obsolete kstddirs.h with kstandarddirs.h Signed-off-by: Michele Calgaro --- scripts/fixheaders | 8 ++++---- 1 file 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",