From 04a4f34bdc390b516b9e67b027a913c9c63246be Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 8 Aug 2013 15:30:41 -0500 Subject: Automated update from Qt3 --- src/kernel/ntqstyle.h | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) (limited to 'src/kernel/ntqstyle.h') diff --git a/src/kernel/ntqstyle.h b/src/kernel/ntqstyle.h index d15f5295..fa969485 100644 --- a/src/kernel/ntqstyle.h +++ b/src/kernel/ntqstyle.h @@ -1189,25 +1189,9 @@ public: // Old 2.x TQStyle API #ifndef QT_NO_COMPAT - int defaultFrameWidth() const - { - TQStyleControlElementData ceData; - return pixelMetric( PM_DefaultFrameWidth, ceData, CEF_None ); - } - void tabbarMetrics( const TQWidget* t, - int& hf, int& vf, int& ov ) const - { - TQStyleControlElementData ceData; - hf = pixelMetric( PM_TabBarTabHSpace, ceData, CEF_None, t ); - vf = pixelMetric( PM_TabBarTabVSpace, ceData, CEF_None, t ); - ov = pixelMetric( PM_TabBarBaseOverlap, ceData, CEF_None, t ); - } - TQSize scrollBarExtent() const - { - TQStyleControlElementData ceData; - return TQSize(pixelMetric(PM_ScrollBarExtent, ceData, CEF_None), - pixelMetric(PM_ScrollBarExtent, ceData, CEF_None)); - } + int defaultFrameWidth() const; + void tabbarMetrics( const TQWidget* t, int& hf, int& vf, int& ov ) const; + TQSize scrollBarExtent() const; #endif public: -- cgit v1.2.1