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/highcolor/highcolor.h | |
parent | d26d6ac23685063d532f0195499e617b2442350b (diff) | |
download | tdelibs-884e5fa2022260e446ed13b9ed082023311442d2.tar.gz tdelibs-884e5fa2022260e446ed13b9ed082023311442d2.zip |
Update to new style API
Diffstat (limited to 'kstyles/highcolor/highcolor.h')
-rw-r--r-- | kstyles/highcolor/highcolor.h | 4 |
1 files changed, 4 insertions, 0 deletions
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: |