summaryrefslogtreecommitdiffstats
path: root/src/tastybutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tastybutton.cpp')
-rw-r--r--src/tastybutton.cpp6
1 files changed, 3 insertions, 3 deletions
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);