summaryrefslogtreecommitdiffstats
path: root/src/translators/onixexporter.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:03:39 +0900
commitc932624b6824de7b99b2e66ab09a35353233aa58 (patch)
treec9e4addc10c70d37ab5c8305700d372c2cd92485 /src/translators/onixexporter.cpp
parent5f98a5228de5711b181fea3dad8698fa7ba82647 (diff)
downloadtellico-c932624b6824de7b99b2e66ab09a35353233aa58.tar.gz
tellico-c932624b6824de7b99b2e66ab09a35353233aa58.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/onixexporter.cpp')
-rw-r--r--src/translators/onixexporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translators/onixexporter.cpp b/src/translators/onixexporter.cpp
index 6a31912..7c87241 100644
--- a/src/translators/onixexporter.cpp
+++ b/src/translators/onixexporter.cpp
@@ -78,7 +78,7 @@ bool ONIXExporter::exec() {
TQByteArray data;
TQBuffer buf(data);
- KZip zip(TQT_TQIODEVICE(&buf));
+ KZip zip(&buf);
zip.open(IO_WriteOnly);
zip.writeFile(TQString::fromLatin1("onix.xml"), TQString(), TQString(), xml.length(), xml);