From ba407974cb68505e03dbf49a9d9cf3843873c8de Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Sun, 10 Apr 2016 10:42:13 +0200 Subject: Initial TDE conversion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/tastybutton.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tastybutton.cpp') diff --git a/src/tastybutton.cpp b/src/tastybutton.cpp index fb4eb9a..48bdb96 100644 --- a/src/tastybutton.cpp +++ b/src/tastybutton.cpp @@ -28,7 +28,7 @@ TastyButton::TastyButton(TQWidget *parent) : TQToolButton(parent) { - iconEffect = new KIconEffect(); + iconEffect = new TDEIconEffect(); iconEffect->init(); } @@ -106,8 +106,8 @@ void TastyButton::drawButton( TQPainter * p ) void TastyButton::setIconSet( TQIconSet is ) { is.setPixmap(iconEffect->apply(is.pixmap(), - (int)KIcon::Panel, - (int)KIcon::ActiveState), + (int)TDEIcon::Panel, + (int)TDEIcon::ActiveState), TQIconSet::Automatic, TQIconSet::Active); -- cgit v1.2.3