diff options
Diffstat (limited to 'src/widgets/ntqbutton.h')
-rw-r--r-- | src/widgets/ntqbutton.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/ntqbutton.h b/src/widgets/ntqbutton.h index b59ac0909..9c47e60e2 100644 --- a/src/widgets/ntqbutton.h +++ b/src/widgets/ntqbutton.h @@ -96,7 +96,7 @@ public: enum ToggleState { Off, NoChange, On }; ToggleState state() const; -#ifndef QT_NO_COMPAT +#ifndef TQT_NO_COMPAT bool autoResize() const; void setAutoResize( bool ); #endif @@ -196,7 +196,7 @@ inline bool TQButton::isOn() const return ToggleState(stat) != Off; } -#ifndef QT_NO_COMPAT +#ifndef TQT_NO_COMPAT inline bool TQButton::autoResize() const { return autoresize; |