summaryrefslogtreecommitdiffstats
path: root/src/roundbutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/roundbutton.cpp')
-rw-r--r--src/roundbutton.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/roundbutton.cpp b/src/roundbutton.cpp
index 7d3fafa..f22e3ec 100644
--- a/src/roundbutton.cpp
+++ b/src/roundbutton.cpp
@@ -104,9 +104,9 @@ bool RoundButton::event( TQEvent * evt )
void RoundButton::setActive( bool mode )
{
if(mode){
- setPixmap(mEffect.apply(icon,KIcon::Desktop,KIcon::ActiveState));
+ setPixmap(mEffect.apply(icon,TDEIcon::Desktop,TDEIcon::ActiveState));
} else {
- setPixmap(mEffect.apply(icon,KIcon::Desktop,KIcon::DefaultState));
+ setPixmap(mEffect.apply(icon,TDEIcon::Desktop,TDEIcon::DefaultState));
}
}