diff options
Diffstat (limited to 'src/translators/pdfimporter.cpp')
-rw-r--r-- | src/translators/pdfimporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translators/pdfimporter.cpp b/src/translators/pdfimporter.cpp index e2b4c8e..e8a45be 100644 --- a/src/translators/pdfimporter.cpp +++ b/src/translators/pdfimporter.cpp @@ -56,7 +56,7 @@ Tellico::Data::CollPtr PDFImporter::collection() { ProgressItem& item = ProgressManager::self()->newProgressItem(this, progressLabel(), true); item.setTotalSteps(urls().count()); - connect(&item, TQT_SIGNAL(signalCancelled(ProgressItem*)), TQT_SLOT(slotCancel())); + connect(&item, TQ_SIGNAL(signalCancelled(ProgressItem*)), TQ_SLOT(slotCancel())); ProgressItem::Done done(this); const bool showProgress = options() & ImportProgress; |