diff options
Diffstat (limited to 'scripts/fixheaders')
-rw-r--r-- | scripts/fixheaders | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/fixheaders b/scripts/fixheaders index 577b6968..6712ee5c 100644 --- a/scripts/fixheaders +++ b/scripts/fixheaders @@ -72,8 +72,8 @@ $lastdir = '.'; '`SmallIcon\' undeclared \(first use this function\)' => "kiconloader", '`UserIcon\' undeclared \(first use this function\)' => "kiconloader", 'implicit declaration of function `int UserIcon\(...\)\'' => "kiconloader", - '`KIcon\' undeclared \(first use this function\)' => "kiconloader", - 'invalid use of undefined type `class KIconLoader' => "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 DCOPClient' => "dcopclient", '`DCOPClient\' undeclared \(first use this function\)' => "dcopclient", |