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 /kbabel/commonui/tdeactionselector.h | |
parent | a50010465ab0fa1ded54efb4f41d342d9d49971e (diff) | |
download | tdesdk-7bc058d1bffbd79bf9d9416f879ccb4873b6045e.tar.gz tdesdk-7bc058d1bffbd79bf9d9416f879ccb4873b6045e.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kbabel/commonui/tdeactionselector.h')
-rw-r--r-- | kbabel/commonui/tdeactionselector.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbabel/commonui/tdeactionselector.h b/kbabel/commonui/tdeactionselector.h index eaa1ab72..6f92484d 100644 --- a/kbabel/commonui/tdeactionselector.h +++ b/kbabel/commonui/tdeactionselector.h @@ -124,7 +124,7 @@ public: /** This enum identifies the icon sizes, used for the move buttons. The values correspond to the following pixel sizes: - @li SmallIcon - the return value of IconSize( KIcon::Small ), the user defined size + @li SmallIcon - the return value of IconSize( TDEIcon::Small ), the user defined size of a small icon in KDE. This is the default setting. @li Small - 16px @li Medium - 22px @@ -283,7 +283,7 @@ public: Sets the iconset for button @p button to @p iconset. You can use this method to et a costum icon set. Either created by @ref TQIconSet, or use the application instance of - @ref KIconLoader (recommended). + @ref TDEIconLoader (recommended). */ void setButtonIconSet( const TQIconSet &iconset, MoveButton button ); |