From f2bfcad7ffdd09911f282afe2a2051b3708601c9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:16:51 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- tdeui/tdeaction.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tdeui/tdeaction.h') 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; -- cgit v1.2.1