summaryrefslogtreecommitdiffstats
path: root/src/translators/tellicoimporter.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-03 00:36:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-04 14:02:55 +0900
commit4f29422c2b51f8e38a8d2240dbae152cb3157b69 (patch)
treebf00bfa263c9c5f520cd67207b2e4c1bf2ea3142 /src/translators/tellicoimporter.cpp
parent252be932ea74bff9fbd8989cdc7a8bf94febcfed (diff)
downloadtellico-4f29422c2b51f8e38a8d2240dbae152cb3157b69.tar.gz
tellico-4f29422c2b51f8e38a8d2240dbae152cb3157b69.zip
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/translators/tellicoimporter.cpp')
-rw-r--r--src/translators/tellicoimporter.cpp2
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()));