summaryrefslogtreecommitdiffstats
path: root/libtdepim/overlaywidget.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-12 18:48:01 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-18 16:31:28 +0900
commit829b015f6e55dafa7e4bedc6d456518db51bbe0d (patch)
tree58807ab2dc35549b3c2d3966c47fc61f1904e5fb /libtdepim/overlaywidget.cpp
parentfab4aa3bdd0ee1f10a9c91af9a7e054c01df9312 (diff)
downloadtdepim-829b015f6e55dafa7e4bedc6d456518db51bbe0d.tar.gz
tdepim-829b015f6e55dafa7e4bedc6d456518db51bbe0d.zip
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ca120c61e6281a9f8b89be860a7e975b5384bd07)
Diffstat (limited to 'libtdepim/overlaywidget.cpp')
-rw-r--r--libtdepim/overlaywidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdepim/overlaywidget.cpp b/libtdepim/overlaywidget.cpp
index 7c72883c..067e2d71 100644
--- a/libtdepim/overlaywidget.cpp
+++ b/libtdepim/overlaywidget.cpp
@@ -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();
}