summaryrefslogtreecommitdiffstats
path: root/src/widgets/qtooltip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/qtooltip.cpp')
-rw-r--r--src/widgets/qtooltip.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/qtooltip.cpp b/src/widgets/qtooltip.cpp
index 93091437f..5d3cae194 100644
--- a/src/widgets/qtooltip.cpp
+++ b/src/widgets/qtooltip.cpp
@@ -37,7 +37,7 @@
**********************************************************************/
#include "ntqtooltip.h"
-#ifndef QT_NO_TOOLTIP
+#ifndef TQT_NO_TOOLTIP
#include "ntqlabel.h"
#include "ntqptrdict.h"
#include "ntqapplication.h"
@@ -570,7 +570,7 @@ void TQTipManager::showTip()
if ( label->text().length() ) {
label->move( p );
-#ifndef QT_NO_EFFECTS
+#ifndef TQT_NO_EFFECTS
if ( TQApplication::isEffectEnabled( UI_AnimateTooltip ) == FALSE ||
previousTip || preventAnimation )
label->show();