diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-12 18:47:26 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-18 16:38:42 +0900 |
commit | 48b07a0ff120e8b4479bcac912d8a8f043e22ae4 (patch) | |
tree | a3d42bf916706ea512c6887baea5589448afd760 /tdeui/tdetoolbarbutton.cpp | |
parent | 23278d259378e17087bf9aeaa5e45974dfb74bce (diff) | |
download | tdelibs-48b07a0ff120e8b4479bcac912d8a8f043e22ae4.tar.gz tdelibs-48b07a0ff120e8b4479bcac912d8a8f043e22ae4.zip |
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeui/tdetoolbarbutton.cpp')
-rw-r--r-- | tdeui/tdetoolbarbutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/tdetoolbarbutton.cpp b/tdeui/tdetoolbarbutton.cpp index 791b47db1..cf64f76a3 100644 --- a/tdeui/tdetoolbarbutton.cpp +++ b/tdeui/tdetoolbarbutton.cpp @@ -410,7 +410,7 @@ void TDEToolBarButton::enterEvent(TQEvent *) bool TDEToolBarButton::eventFilter(TQObject *o, TQEvent *ev) { - if (TQT_BASE_OBJECT(o) == TQT_BASE_OBJECT(this)) + if (o == this) { // Popup the menu when the left mousebutton is pressed and the mouse |