From c3bb88817b109cb33264b1f8946943cb5df380ca Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 16 Jul 2023 14:45:23 +0900 Subject: Drop compatibility code for TQButton Signed-off-by: Michele Calgaro --- doc/html/qbutton-h.html | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'doc/html/qbutton-h.html') diff --git a/doc/html/qbutton-h.html b/doc/html/qbutton-h.html index 280669f0..ccd2bc5b 100644 --- a/doc/html/qbutton-h.html +++ b/doc/html/qbutton-h.html @@ -101,7 +101,6 @@ class Q_EXPORT TQButton : public TQWidget TQ_PROPERTY( bool down READ isDown WRITE setDown DESIGNABLE false ) TQ_PROPERTY( bool on READ isOn ) TQ_PROPERTY( ToggleState toggleState READ state ) - TQ_PROPERTY( bool autoResize READ autoResize WRITE setAutoResize DESIGNABLE false ) TQ_PROPERTY( bool autoRepeat READ autoRepeat WRITE setAutoRepeat ) TQ_PROPERTY( bool exclusiveToggle READ isExclusiveToggle ) @@ -132,11 +131,6 @@ public: enum ToggleState { Off, NoChange, On }; ToggleState state() const; -#ifndef TQT_NO_COMPAT - bool autoResize() const; - void setAutoResize( bool ); -#endif - bool autoRepeat() const; virtual void setAutoRepeat( bool ); bool isExclusiveToggle() const; @@ -232,13 +226,6 @@ inline bool TQButton::isOn() const return stat != Off; } -#ifndef TQT_NO_COMPAT -inline bool TQButton::autoResize() const -{ - return autoresize; -} -#endif - inline bool TQButton::autoRepeat() const { return repeat; -- cgit v1.2.3