diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-12 18:43:15 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-16 22:18:34 +0900 |
commit | 2ec11ba03e87e734e3fa95f59385049feb82098b (patch) | |
tree | fbe69ff562e758268f3be479356b48b03e67bbd2 /src/gui/editors/notation/NotationView.cpp | |
parent | 5f88991f1f2ff15f859d2cbd701f26c378841fe0 (diff) | |
download | rosegarden-2ec11ba03e87e734e3fa95f59385049feb82098b.tar.gz rosegarden-2ec11ba03e87e734e3fa95f59385049feb82098b.zip |
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/gui/editors/notation/NotationView.cpp')
-rw-r--r-- | src/gui/editors/notation/NotationView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editors/notation/NotationView.cpp b/src/gui/editors/notation/NotationView.cpp index 05c48c0..e5d84c5 100644 --- a/src/gui/editors/notation/NotationView.cpp +++ b/src/gui/editors/notation/NotationView.cpp @@ -7374,7 +7374,7 @@ NotationView::slotStepByStepTargetRequested(TQObject *obj) NOTATION_DEBUG << "WARNING: No toggle_step_by_step action" << endl; return ; } - action->setChecked(TQT_BASE_OBJECT(obj) == TQT_BASE_OBJECT(this)); + action->setChecked(obj == this); } void |