diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-03 00:36:48 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-04 14:03:39 +0900 |
| commit | c932624b6824de7b99b2e66ab09a35353233aa58 (patch) | |
| tree | c9e4addc10c70d37ab5c8305700d372c2cd92485 /src/translators/tellicoimporter.cpp | |
| parent | 5f98a5228de5711b181fea3dad8698fa7ba82647 (diff) | |
| download | tellico-c932624b.tar.gz tellico-c932624b.zip | |
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4f29422c2b51f8e38a8d2240dbae152cb3157b69)
Diffstat (limited to 'src/translators/tellicoimporter.cpp')
| -rw-r--r-- | src/translators/tellicoimporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translators/tellicoimporter.cpp b/src/translators/tellicoimporter.cpp index c485966..35a9482 100644 --- a/src/translators/tellicoimporter.cpp +++ b/src/translators/tellicoimporter.cpp @@ -769,7 +769,7 @@ void TellicoImporter::loadZipData() { m_zip = new KZip(fileRef().fileName()); } else { m_buffer = new TQBuffer(data()); - m_zip = new KZip(TQT_TQIODEVICE(m_buffer)); + m_zip = new KZip(m_buffer); } if(!m_zip->open(IO_ReadOnly)) { setStatusMessage(i18n(errorLoad).arg(url().fileName())); |
