diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:18:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:18:40 -0600 |
commit | 7bc058d1bffbd79bf9d9416f879ccb4873b6045e (patch) | |
tree | 829c8e24b6d0e8f1113abff459b7a58dd284d488 /scripts | |
parent | a50010465ab0fa1ded54efb4f41d342d9d49971e (diff) | |
download | tdesdk-7bc058d1bffbd79bf9d9416f879ccb4873b6045e.tar.gz tdesdk-7bc058d1bffbd79bf9d9416f879ccb4873b6045e.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/fixheaders | 4 | ||||
-rw-r--r-- | scripts/kde-emacs/klaralv.el | 4 |
2 files changed, 4 insertions, 4 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", diff --git a/scripts/kde-emacs/klaralv.el b/scripts/kde-emacs/klaralv.el index a0a1e848..cafbb000 100644 --- a/scripts/kde-emacs/klaralv.el +++ b/scripts/kde-emacs/klaralv.el @@ -122,8 +122,8 @@ ; KDE (kdebug.h kdDebug kdWarning kdError kdFatal kdBacktrace) (tdeconfig.h TDEConfigGroup) - (kiconloader.h BarIcon SmallIcon DesktopIcon KIcon) - (kicondialog.h KIconCanvas KIconButton) + (kiconloader.h BarIcon SmallIcon DesktopIcon TDEIcon) + (kicondialog.h TDEIconCanvas TDEIconButton) (knuminput.h KDoubleNumInput KIntNumInput) ; KDGear - http://www.klaralvdalens-datakonsult.se |