diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-09 20:12:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-09 20:27:54 +0900 |
commit | 48ea22d00b58a37508567756b2955582cd9efe5a (patch) | |
tree | 76e251dab44dbcab7e11a0859423edfe33eae82f /doc/html/qtoolbutton-h.html | |
parent | b1bfbe79f38a8682e024577c8fd4ba4d1b32b5dd (diff) | |
download | tqt3-48ea22d00b58a37508567756b2955582cd9efe5a.tar.gz tqt3-48ea22d00b58a37508567756b2955582cd9efe5a.zip |
Drop compatibility code for TQToolButton
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qtoolbutton-h.html')
-rw-r--r-- | doc/html/qtoolbutton-h.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/html/qtoolbutton-h.html b/doc/html/qtoolbutton-h.html index 162d2b8ef..9519ee20e 100644 --- a/doc/html/qtoolbutton-h.html +++ b/doc/html/qtoolbutton-h.html @@ -96,8 +96,6 @@ class Q_EXPORT TQToolButton : public TQButton TQ_ENUMS( TextPosition ) TQ_PROPERTY( TQIconSet iconSet READ iconSet WRITE setIconSet ) - TQ_PROPERTY( TQIconSet onIconSet READ onIconSet WRITE setOnIconSet DESIGNABLE false STORED false ) - TQ_PROPERTY( TQIconSet offIconSet READ offIconSet WRITE setOffIconSet DESIGNABLE false STORED false ) TQ_PROPERTY( bool usesBigPixmap READ usesBigPixmap WRITE setUsesBigPixmap ) TQ_PROPERTY( bool usesTextLabel READ usesTextLabel WRITE setUsesTextLabel ) TQ_PROPERTY( TQString textLabel READ textLabel WRITE setTextLabel ) @@ -130,14 +128,6 @@ public: TQSize sizeHint() const; TQSize minimumSizeHint() const; -#ifndef TQT_NO_COMPAT - void setOnIconSet( const TQIconSet& ); - void setOffIconSet( const TQIconSet& ); - void setIconSet( const TQIconSet &, bool on ); - TQIconSet onIconSet() const; - TQIconSet offIconSet( ) const; - TQIconSet iconSet( bool on ) const; -#endif virtual void setIconSet( const TQIconSet & ); TQIconSet iconSet() const; |