summaryrefslogtreecommitdiffstats
path: root/domino/eventfilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'domino/eventfilter.cpp')
-rw-r--r--domino/eventfilter.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/domino/eventfilter.cpp b/domino/eventfilter.cpp
index fc67414..af9c9e8 100644
--- a/domino/eventfilter.cpp
+++ b/domino/eventfilter.cpp
@@ -1258,14 +1258,6 @@ bool DominoStyle::objectEventHandler( const TQStyleControlElementData &ceData,
case TQEvent::Hide:
static_cast<TQWidget*>(obj)->setBackgroundMode(NoBackground);
return false;
- case TQEvent::ApplicationPaletteChange:
- if(obj->isA("PanelKMenu")) {
- TQWidget* w = static_cast<TQWidget*>(obj);
- TQPalette pal = tqApp->palette();
- pal.setColor(TQColorGroup::ButtonText, alphaBlendColors(_popupMenuColor, pal.active().foreground(), 150));
- w->setPalette(pal);
- return true;
- }
default:
return false;
}