diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:16:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:16:51 -0600 |
commit | f2bfcad7ffdd09911f282afe2a2051b3708601c9 (patch) | |
tree | ce4bebc206b6f9753745218e6a4c4368df624c16 /tdeui/tdeaction.h | |
parent | a14eaa044240517f1f3d7eb5dacbff96fd447ada (diff) | |
download | tdelibs-f2bfcad7ffdd09911f282afe2a2051b3708601c9.tar.gz tdelibs-f2bfcad7ffdd09911f282afe2a2051b3708601c9.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'tdeui/tdeaction.h')
-rw-r--r-- | tdeui/tdeaction.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeui/tdeaction.h b/tdeui/tdeaction.h index e8adcfff1..5919c9641 100644 --- a/tdeui/tdeaction.h +++ b/tdeui/tdeaction.h @@ -466,14 +466,14 @@ public: * Get the TQIconSet from which the icons used to display this action will * be chosen. * - * In KDE4 set group default to KIcon::Small while removing the other + * In KDE4 set group default to TDEIcon::Small while removing the other * iconSet() function. */ - virtual TQIconSet iconSet( KIcon::Group group, int size=0 ) const; + virtual TQIconSet iconSet( TDEIcon::Group group, int size=0 ) const; /** * Remove in KDE4 */ - TQIconSet iconSet() const { return iconSet( KIcon::Small ); } + TQIconSet iconSet() const { return iconSet( TDEIcon::Small ); } virtual TQString icon() const; |