diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-26 02:32:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-26 02:32:11 +0900 |
commit | d4040cfd7374195819e8caa9724c3c582f987b5b (patch) | |
tree | 919af29ea07e9cb401decce3cb40689b26870c90 /konq-plugins/rsync/rsyncplugin.cpp | |
parent | 681b905a28a095d19cb2f8e50236d5e8d3ce716f (diff) | |
download | tdeaddons-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.cpp | 2 |
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; |