From 8f924d271a4771b8046697fefd778d895a54d93d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 18 Nov 2023 16:43:52 +0900 Subject: Replace various strings '#define'd in tqtinterface Signed-off-by: Michele Calgaro --- libkonq/konq_operations.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libkonq/konq_operations.cpp') diff --git a/libkonq/konq_operations.cpp b/libkonq/konq_operations.cpp index 8f500db52..0761fe246 100644 --- a/libkonq/konq_operations.cpp +++ b/libkonq/konq_operations.cpp @@ -543,7 +543,7 @@ void KonqOperations::doFileCopy() linkOnly ) { // Neither control nor shift are pressed => show popup menu - KonqIconViewWidget *iconView = tqt_dynamic_cast(parent()); + KonqIconViewWidget *iconView = dynamic_cast(parent()); bool bSetWallpaper = false; if ( iconView && iconView->maySetWallpaper() && lst.count() == 1 ) { @@ -660,8 +660,8 @@ void KonqOperations::setOperation( TDEIO::Job * job, int method, const KURL::Lis { connect( job, TQT_SIGNAL( result( TDEIO::Job * ) ), TQT_SLOT( slotResult( TDEIO::Job * ) ) ); - TDEIO::CopyJob *copyJob = tqt_dynamic_cast(job); - KonqIconViewWidget *iconView = tqt_dynamic_cast(parent()); + TDEIO::CopyJob *copyJob = dynamic_cast(job); + KonqIconViewWidget *iconView = dynamic_cast(parent()); if (copyJob && iconView) { connect(copyJob, TQT_SIGNAL(aboutToCreate(TDEIO::Job *,const TQValueList &)), -- cgit v1.2.3