summaryrefslogtreecommitdiffstats
path: root/tdeui/kpassivepopup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kpassivepopup.cpp')
-rw-r--r--tdeui/kpassivepopup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kpassivepopup.cpp b/tdeui/kpassivepopup.cpp
index eb626a767..91a95388f 100644
--- a/tdeui/kpassivepopup.cpp
+++ b/tdeui/kpassivepopup.cpp
@@ -94,7 +94,7 @@ void KPassivePopup::init( int popupStyle )
else if( popupStyle == Balloon )
{
setPalette(TQToolTip::palette());
- setAutoMask(TRUE);
+ setAutoMask(true);
}
connect( hideTimer, TQ_SIGNAL( timeout() ), TQ_SLOT( hide() ) );
connect( this, TQ_SIGNAL( clicked() ), TQ_SLOT( hide() ) );