diff options
Diffstat (limited to 'src/widgets/ntqtooltip.h')
-rw-r--r-- | src/widgets/ntqtooltip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/ntqtooltip.h b/src/widgets/ntqtooltip.h index 94feb9bfd..873634df0 100644 --- a/src/widgets/ntqtooltip.h +++ b/src/widgets/ntqtooltip.h @@ -114,7 +114,7 @@ public: static TQPalette palette(); static void setPalette( const TQPalette & ); -#ifndef QT_NO_COMPAT +#ifndef TQT_NO_COMPAT static void setEnabled( bool enable ) { setGloballyEnabled( enable ); } static bool enabled() { return isGloballyEnabled(); } #endif |