summaryrefslogtreecommitdiffstats
path: root/libtdepim/overlaywidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libtdepim/overlaywidget.cpp')
-rw-r--r--libtdepim/overlaywidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtdepim/overlaywidget.cpp b/libtdepim/overlaywidget.cpp
index 338a6c42..067e2d71 100644
--- a/libtdepim/overlaywidget.cpp
+++ b/libtdepim/overlaywidget.cpp
@@ -1,4 +1,4 @@
-/** -*- c++ -*-
+/*
* overlaywidget.h
*
* Copyright (c) 2004 David Faure <faure@kde.org>
@@ -76,7 +76,7 @@ void OverlayWidget::setAlignWidget( TQWidget * w )
bool OverlayWidget::eventFilter( TQObject* o, TQEvent* e)
{
- if ( TQT_BASE_OBJECT(o) == TQT_BASE_OBJECT(mAlignWidget) &&
+ if ( o == mAlignWidget &&
( e->type() == TQEvent::Move || e->type() == TQEvent::Resize ) ) {
reposition();
}