From 7f87710b4ba7a434330c80e28d70471a6a09918e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 19 Aug 2025 10:05:16 +0900 Subject: Use tdeinstance.h Signed-off-by: Michele Calgaro --- scripts/fixheaders | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/fixheaders b/scripts/fixheaders index d8951611..94455315 100644 --- a/scripts/fixheaders +++ b/scripts/fixheaders @@ -74,7 +74,7 @@ $lastdir = '.'; 'implicit declaration of function `int UserIcon\(...\)\'' => "kiconloader", '`TDEIcon\' undeclared \(first use this function\)' => "kiconloader", 'invalid use of undefined type `class TDEIconLoader' => "kiconloader", - 'invalid use of undefined type `class TDEInstance' => "kinstance", + 'invalid use of undefined type `class TDEInstance' => "tdeinstance", 'invalid use of undefined type `class DCOPClient' => "dcopclient", '`DCOPClient\' undeclared \(first use this function\)' => "dcopclient", 'invalid use of undefined type `class KStatusBar\'' => "kstatusbar", -- cgit v1.2.3