summaryrefslogtreecommitdiffstats
path: root/scripts/fixheaders
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:18:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:18:40 -0600
commit7bc058d1bffbd79bf9d9416f879ccb4873b6045e (patch)
tree829c8e24b6d0e8f1113abff459b7a58dd284d488 /scripts/fixheaders
parenta50010465ab0fa1ded54efb4f41d342d9d49971e (diff)
downloadtdesdk-7bc058d1bffbd79bf9d9416f879ccb4873b6045e.tar.gz
tdesdk-7bc058d1bffbd79bf9d9416f879ccb4873b6045e.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'scripts/fixheaders')
-rw-r--r--scripts/fixheaders4
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",