diff options
Diffstat (limited to 'src/widgets/qbutton.cpp')
-rw-r--r-- | src/widgets/qbutton.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/qbutton.cpp b/src/widgets/qbutton.cpp index 71a2763cb..eb2a196a6 100644 --- a/src/widgets/qbutton.cpp +++ b/src/widgets/qbutton.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#undef QT_NO_COMPAT +#undef TQT_NO_COMPAT #include "ntqbutton.h" #ifndef QT_NO_BUTTON #include "ntqbuttongroup.h" @@ -554,7 +554,7 @@ void TQButton::setAccel( const TQKeySequence& key ) } #endif -#ifndef QT_NO_COMPAT +#ifndef TQT_NO_COMPAT void TQButton::setAutoResize( bool enable ) { |