diff options
Diffstat (limited to 'src/tqtraylabel.cpp')
| -rw-r--r-- | src/tqtraylabel.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tqtraylabel.cpp b/src/tqtraylabel.cpp index 7afed21..621b764 100644 --- a/src/tqtraylabel.cpp +++ b/src/tqtraylabel.cpp @@ -71,7 +71,7 @@ void TQTrayLabel::initialize(void) mBalloon->setFont(TQToolTip::font()); mBalloon->setPalette(TQToolTip::palette()); mBalloon->setAlignment(TQt::AlignLeft | TQt::AlignTop); - mBalloon->setAutoMask(FALSE); + mBalloon->setAutoMask(false); mBalloon->setAutoResize(true); setAlignment(TQt::AlignCenter); setBackgroundMode(X11ParentRelative); @@ -795,13 +795,13 @@ bool TQTrayLabel::x11EventFilter(XEvent *ev) return true; // Dont process this again } - if (mDockedWindow != None || event->type != MapNotify) return FALSE; + if (mDockedWindow != None || event->type != MapNotify) return false; TRACE("%s Will analyze window 0x%x", me(), (int)((XMapEvent *)event)->window); // Check if this window is the soulmate we are looking for Display *display = TQPaintDevice::x11AppDisplay(); Window w = XmuClientWindow(display, ((XMapEvent *) event)->window); - if (!isNormalWindow(display, w)) return FALSE; + if (!isNormalWindow(display, w)) return false; if (!analyzeWindow(display, w, mPid, TQFileInfo(appName()).fileName().local8Bit())) { return false; |
