diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 23:21:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 23:21:48 +0900 |
commit | 3b01ee2def382271f1cbdec9fe100e2128d2e5a8 (patch) | |
tree | 8cce51a9cfd35f241d580581c9658ad3ee8c15ea /scripts/fixheaders | |
parent | 86d4cca5f4d251fc4cf150902d5d5c107e264acc (diff) | |
download | tdesdk-3b01ee2def382271f1cbdec9fe100e2128d2e5a8.tar.gz tdesdk-3b01ee2def382271f1cbdec9fe100e2128d2e5a8.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'scripts/fixheaders')
-rw-r--r-- | scripts/fixheaders | 8 |
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", |