From 884e5fa2022260e446ed13b9ed082023311442d2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 31 Oct 2012 14:12:48 -0500 Subject: Update to new style API --- kstyles/highcolor/highcolor.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kstyles/highcolor/highcolor.h') diff --git a/kstyles/highcolor/highcolor.h b/kstyles/highcolor/highcolor.h index 461902403..7f3d7a8e8 100644 --- a/kstyles/highcolor/highcolor.h +++ b/kstyles/highcolor/highcolor.h @@ -158,6 +158,10 @@ class HighColorStyle : public KStyle const TQStyleOption& = TQStyleOption::Default, const TQWidget *widget = 0 ) const; + int styleHint(TQ_StyleHint, TQStyleControlElementData ceData, ControlElementFlags elementFlags, + const TQStyleOption & = TQStyleOption::Default, + TQStyleHintReturn * = 0, const TQWidget * = 0 ) const; + virtual bool objectEventHandler( TQStyleControlElementData ceData, ControlElementFlags elementFlags, void* source, TQEvent *e ); protected: -- cgit v1.2.1