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 /src/widgets/ntqtoolbutton.h | |
| parent | b1bfbe79f38a8682e024577c8fd4ba4d1b32b5dd (diff) | |
| download | tqt-48ea22d00b58a37508567756b2955582cd9efe5a.tar.gz tqt-48ea22d00b58a37508567756b2955582cd9efe5a.zip | |
Drop compatibility code for TQToolButton
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/widgets/ntqtoolbutton.h')
| -rw-r--r-- | src/widgets/ntqtoolbutton.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/widgets/ntqtoolbutton.h b/src/widgets/ntqtoolbutton.h index 84909de56..0ece3a9fc 100644 --- a/src/widgets/ntqtoolbutton.h +++ b/src/widgets/ntqtoolbutton.h @@ -60,8 +60,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 ) @@ -94,14 +92,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; |
