summaryrefslogtreecommitdiffstats
path: root/src/translators/tellicozipexporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/translators/tellicozipexporter.cpp')
-rw-r--r--src/translators/tellicozipexporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translators/tellicozipexporter.cpp b/src/translators/tellicozipexporter.cpp
index 863d78e..c546769 100644
--- a/src/translators/tellicozipexporter.cpp
+++ b/src/translators/tellicozipexporter.cpp
@@ -49,7 +49,7 @@ bool TellicoZipExporter::exec() {
// TODO: maybe need label?
ProgressItem& item = ProgressManager::self()->newProgressItem(this, TQString(), true);
item.setTotalSteps(100);
- connect(&item, TQT_SIGNAL(signalCancelled(ProgressItem*)), TQT_SLOT(slotCancel()));
+ connect(&item, TQ_SIGNAL(signalCancelled(ProgressItem*)), TQ_SLOT(slotCancel()));
ProgressItem::Done done(this);
TellicoXMLExporter exp;