diff options
author | Slávek Banko <[email protected]> | 2016-04-10 10:42:13 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-04-10 10:42:13 +0200 |
commit | ba407974cb68505e03dbf49a9d9cf3843873c8de (patch) | |
tree | c0302b1c937798efa89e1ff50e6a3fca2efc8b56 /src/tastybutton.cpp | |
parent | 7fdc8b30e85418cca031b45ad02f723373b73433 (diff) | |
download | tastymenu-ba407974cb68505e03dbf49a9d9cf3843873c8de.tar.gz tastymenu-ba407974cb68505e03dbf49a9d9cf3843873c8de.zip |
Initial TDE conversion
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/tastybutton.cpp')
-rw-r--r-- | src/tastybutton.cpp | 6 |
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); |