From 9fc074fcb2225e6303bf7cec6dc4cc85d6b5edb7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 26 Nov 2023 02:32:50 +0900 Subject: Replaced various '#define' with actual strings - part 4 Signed-off-by: Michele Calgaro (cherry picked from commit 138bb80efac020c7e78871d3f05127eb37f18274) --- tdeui/tdeactioncollection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeui/tdeactioncollection.cpp') diff --git a/tdeui/tdeactioncollection.cpp b/tdeui/tdeactioncollection.cpp index 3e78c01b0..d4d9576f5 100644 --- a/tdeui/tdeactioncollection.cpp +++ b/tdeui/tdeactioncollection.cpp @@ -501,14 +501,14 @@ void TDEActionCollection::connectHighlight( TQWidget *container, TDEAction *acti { actionList = new TQPtrList; - if ( ::tqqt_cast( container ) ) + if ( ::tqt_cast( container ) ) { connect( container, TQT_SIGNAL( highlighted( int ) ), this, TQT_SLOT( slotMenuItemHighlighted( int ) ) ); connect( container, TQT_SIGNAL( aboutToHide() ), this, TQT_SLOT( slotMenuAboutToHide() ) ); } - else if ( ::tqqt_cast( container ) ) + else if ( ::tqt_cast( container ) ) { connect( container, TQT_SIGNAL( highlighted( int, bool ) ), this, TQT_SLOT( slotToolBarButtonHighlighted( int, bool ) ) ); -- cgit v1.2.1