diff options
Diffstat (limited to 'src/translators/tellicozipexporter.cpp')
-rw-r--r-- | src/translators/tellicozipexporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translators/tellicozipexporter.cpp b/src/translators/tellicozipexporter.cpp index 18c7c8e..863d78e 100644 --- a/src/translators/tellicozipexporter.cpp +++ b/src/translators/tellicozipexporter.cpp @@ -71,7 +71,7 @@ bool TellicoZipExporter::exec() { return true; // intentionally cancelled } - KZip zip(TQT_TQIODEVICE(&buf)); + KZip zip(&buf); zip.open(IO_WriteOnly); zip.writeFile(TQString::fromLatin1("tellico.xml"), TQString(), TQString(), xml.length(), xml); |