summaryrefslogtreecommitdiffstats
path: root/konq-plugins/rsync/rsyncplugin.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-26 02:32:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-26 02:32:11 +0900
commitd4040cfd7374195819e8caa9724c3c582f987b5b (patch)
tree919af29ea07e9cb401decce3cb40689b26870c90 /konq-plugins/rsync/rsyncplugin.cpp
parent681b905a28a095d19cb2f8e50236d5e8d3ce716f (diff)
downloadtdeaddons-d4040cfd7374195819e8caa9724c3c582f987b5b.tar.gz
tdeaddons-d4040cfd7374195819e8caa9724c3c582f987b5b.zip
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'konq-plugins/rsync/rsyncplugin.cpp')
-rw-r--r--konq-plugins/rsync/rsyncplugin.cpp2
1 files changed, 1 insertions, 1 deletions
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<KonqDirPart*>(parent);
+ m_part = ::tqt_cast<KonqDirPart*>(parent);
if ( !m_part || !m_part->scrollWidget() )
return;