From d4040cfd7374195819e8caa9724c3c582f987b5b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 26 Nov 2023 02:32:11 +0900 Subject: Replaced various '#define' with actual strings - part 4 Signed-off-by: Michele Calgaro --- konq-plugins/rsync/rsyncplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'konq-plugins/rsync') diff --git a/konq-plugins/rsync/rsyncplugin.cpp b/konq-plugins/rsync/rsyncplugin.cpp index f0b6d2c..7e53571 100644 --- a/konq-plugins/rsync/rsyncplugin.cpp +++ b/konq-plugins/rsync/rsyncplugin.cpp @@ -73,7 +73,7 @@ RsyncPlugin::RsyncPlugin (TQObject* parent, const char* name, m_pSyncNow(0), m_pSyncSetup(0) { - m_part = ::tqqt_cast(parent); + m_part = ::tqt_cast(parent); if ( !m_part || !m_part->scrollWidget() ) return; -- cgit v1.2.1