diff options
Diffstat (limited to 'src/translators/htmlexporter.cpp')
-rw-r--r-- | src/translators/htmlexporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translators/htmlexporter.cpp b/src/translators/htmlexporter.cpp index c6aee74..4fc30a4 100644 --- a/src/translators/htmlexporter.cpp +++ b/src/translators/htmlexporter.cpp @@ -121,7 +121,7 @@ bool HTMLExporter::exec() { if(options() & ExportProgress) { 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())); } // ok if not ExportProgress, no worries ProgressItem::Done done(this); |