diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-03 00:48:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-05 12:14:24 +0900 |
commit | e0a2f545c07e44503667470c8891aff392973197 (patch) | |
tree | a0f57ee827259991b599a749995930ce11ca7a7c /tdefile-plugins | |
parent | e6bbef6dc396a618e833280c761007d3b380e1ac (diff) | |
download | tdenetwork-e0a2f545c07e44503667470c8891aff392973197.tar.gz tdenetwork-e0a2f545c07e44503667470c8891aff392973197.zip |
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6d077d06067369f2060c1b011687941e84ece7c4)
Diffstat (limited to 'tdefile-plugins')
-rw-r--r-- | tdefile-plugins/torrent/tdefile_torrent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/torrent/tdefile_torrent.cpp b/tdefile-plugins/torrent/tdefile_torrent.cpp index 7414689f..658a7097 100644 --- a/tdefile-plugins/torrent/tdefile_torrent.cpp +++ b/tdefile-plugins/torrent/tdefile_torrent.cpp @@ -396,7 +396,7 @@ bool KTorrentPlugin::writeInfo(const KFileMetaInfo &info) const if (!output.open(IO_WriteOnly | IO_Truncate)) return false; - return m_dict->writeToDevice(*TQT_TQIODEVICE(&output)); + return m_dict->writeToDevice(output); } #include "tdefile_torrent.moc" |