diff options
author | Timothy Pearson <[email protected]> | 2012-10-31 14:12:48 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-10-31 14:12:48 -0500 |
commit | 884e5fa2022260e446ed13b9ed082023311442d2 (patch) | |
tree | 7893b2f5ae5b6181537877066d679d7cb2d18d9c /kstyles/highcontrast/highcontrast.h | |
parent | d26d6ac23685063d532f0195499e617b2442350b (diff) | |
download | tdelibs-884e5fa2022260e446ed13b9ed082023311442d2.tar.gz tdelibs-884e5fa2022260e446ed13b9ed082023311442d2.zip |
Update to new style API
Diffstat (limited to 'kstyles/highcontrast/highcontrast.h')
-rw-r--r-- | kstyles/highcontrast/highcontrast.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kstyles/highcontrast/highcontrast.h b/kstyles/highcontrast/highcontrast.h index 0831163fe..a01f733d7 100644 --- a/kstyles/highcontrast/highcontrast.h +++ b/kstyles/highcontrast/highcontrast.h @@ -149,6 +149,10 @@ class HighContrastStyle : public KStyle TQRect subRect (SubRect subrect, const TQStyleControlElementData ceData, const ControlElementFlags elementFlags, const TQWidget * widget) const; + int styleHint(TQ_StyleHint, TQStyleControlElementData ceData, ControlElementFlags elementFlags, + const TQStyleOption & = TQStyleOption::Default, + TQStyleHintReturn * = 0, const TQWidget * = 0 ) const; + protected: virtual bool objectEventHandler( TQStyleControlElementData ceData, ControlElementFlags elementFlags, void* source, TQEvent *e ); |