From 3b01ee2def382271f1cbdec9fe100e2128d2e5a8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 25 Feb 2025 23:21:48 +0900 Subject: Use tdestandarddirs.h Signed-off-by: Michele Calgaro --- scripts/fixheaders | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts/fixheaders') 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", -- cgit v1.2.3