summaryrefslogtreecommitdiffstats
path: root/konq-plugins/rsync
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 17:33:28 +0900
commita67df8047e64fb24b7a584dd603872996568b15a (patch)
tree009d8d45a8cb7fc7314df309109c3fa19650170b /konq-plugins/rsync
parent94639370f5903b7fcb122e90f561d2df6e3b8c75 (diff)
downloadtdeaddons-a67df804.tar.gz
tdeaddons-a67df804.zip
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d4040cfd7374195819e8caa9724c3c582f987b5b)
Diffstat (limited to 'konq-plugins/rsync')
-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;