From 57e0ed66347db15cb1cd66488f095107e7772ad9 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 18 Nov 2023 16:44:23 +0900 Subject: Replace various strings '#define'd in tqtinterface Signed-off-by: Michele Calgaro --- tdeui/kxmlguifactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeui/kxmlguifactory.cpp') diff --git a/tdeui/kxmlguifactory.cpp b/tdeui/kxmlguifactory.cpp index 233907b72..8e9b376b2 100644 --- a/tdeui/kxmlguifactory.cpp +++ b/tdeui/kxmlguifactory.cpp @@ -552,7 +552,7 @@ void KXMLGUIFactory::configureAction( TDEAction *action, const TQDomAttr &attrib int KXMLGUIFactory::configureShortcuts(bool bAllowLetterShortcuts , bool bSaveSettings ) { - KKeyDialog dlg( bAllowLetterShortcuts, tqt_dynamic_cast(parent()) ); + KKeyDialog dlg( bAllowLetterShortcuts, dynamic_cast(parent()) ); TQPtrListIterator it( d->m_clients ); KXMLGUIClient *client; while( (client=it.current()) !=0 ) -- cgit v1.2.1