diff options
Diffstat (limited to 'styles/phase/phasestyle.h')
-rw-r--r-- | styles/phase/phasestyle.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/styles/phase/phasestyle.h b/styles/phase/phasestyle.h index be4f3016..61f86470 100644 --- a/styles/phase/phasestyle.h +++ b/styles/phase/phasestyle.h @@ -170,8 +170,9 @@ private: void drawPhaseTab(TQPainter *painter, int x, int y, int w, int h, const TQColorGroup &group, - const TQTabBar *bar, - const TQStyleOption &option, + TQStyleControlElementData ceData, + ControlElementFlags elementFlags, + const TQStyleOption &option, const SFlags flags) const; void drawPhaseGradient(TQPainter *painter, @@ -187,8 +188,6 @@ private: bool objectEventHandler( TQStyleControlElementData ceData, ControlElementFlags elementFlags, void* source, TQEvent *e ); private: - TQWidget *hover_; - TQTab *hovertab_; TQMap<unsigned int, TQIntDict<GradientSet> > * gradients; bool gradients_; bool highlights_; |