From 20e4a19b0d7cc800d57be50c56d69023adae4046 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 11 Jul 2023 21:42:08 +0900 Subject: Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro --- lib/kformula/symbolaction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/kformula/symbolaction.cpp') diff --git a/lib/kformula/symbolaction.cpp b/lib/kformula/symbolaction.cpp index 8fe3d8f8..08c5ac7b 100644 --- a/lib/kformula/symbolaction.cpp +++ b/lib/kformula/symbolaction.cpp @@ -159,7 +159,7 @@ void SymbolAction::updateItems( int id ) TQWidget *w = container( id ); if ( w->inherits( "TDEToolBar" ) ) { TQWidget *r = static_cast( w )->getWidget( itemId( id ) ); - if ( r->inherits( TQCOMBOBOX_OBJECT_NAME_STRING ) ) { + if ( r->inherits( "TQComboBox" ) ) { TQComboBox *cb = static_cast( r ); cb->clear(); -- cgit v1.2.1