diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-10-31 12:39:49 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-10-31 12:39:49 -0500 |
commit | 2fce73142f9e5c46c909934b03bca5a30512a3d0 (patch) | |
tree | 3b467ac5f1f85ff95e36c8f9de08f1954b1017d6 /src/styles/ntqcompactstyle.h | |
parent | 0836d4649ca26cc4e6e867ca5a4a3eafd995f807 (diff) | |
download | tqt3-2fce73142f9e5c46c909934b03bca5a30512a3d0.tar.gz tqt3-2fce73142f9e5c46c909934b03bca5a30512a3d0.zip |
Automated update from Qt3
Diffstat (limited to 'src/styles/ntqcompactstyle.h')
-rw-r--r-- | src/styles/ntqcompactstyle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/styles/ntqcompactstyle.h b/src/styles/ntqcompactstyle.h index 8511992da..cc8c7e947 100644 --- a/src/styles/ntqcompactstyle.h +++ b/src/styles/ntqcompactstyle.h @@ -72,6 +72,8 @@ public: void drawControl( ControlElement element, TQPainter *p, TQStyleControlElementData ceData, ControlElementFlags elementFlags, const TQRect &r, const TQColorGroup &cg, SFlags how = Style_Default, const TQStyleOption& = TQStyleOption::Default, const TQWidget *w = 0 ); + int styleHint(StyleHint sh, TQStyleControlElementData ceData, ControlElementFlags elementFlags, const TQStyleOption &, TQStyleHintReturn *, const TQWidget *) const; + private: // Disabled copy constructor and operator= #if defined(TQ_DISABLE_COPY) TQCompactStyle( const TQCompactStyle & ); |