summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-19 10:05:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-19 10:05:16 +0900
commit7f87710b4ba7a434330c80e28d70471a6a09918e (patch)
tree8fcc48fa548f98943a047e45e51e1e771c3f56be /scripts
parent854e5e9e1d5789d6981f560fc0d3059fa65dfb53 (diff)
downloadtdesdk-master.tar.gz
tdesdk-master.zip
Use tdeinstance.hHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/fixheaders2
1 files changed, 1 insertions, 1 deletions
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",