diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-04 10:31:17 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-07 14:53:04 +0900 |
| commit | aa5bb4434eb6b60314787106284ad99294de4468 (patch) | |
| tree | 3a766a6cc84578b8fa8f5a6db323de24c57959d8 /src/translators/amcimporter.cpp | |
| parent | 727a2e58bc79c09f53766110fb7c31d3f3af1e46 (diff) | |
| download | tellico-aa5bb443.tar.gz tellico-aa5bb443.zip | |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c650254e1855d383dcafd15d18be20becc3b2253)
Diffstat (limited to 'src/translators/amcimporter.cpp')
| -rw-r--r-- | src/translators/amcimporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translators/amcimporter.cpp b/src/translators/amcimporter.cpp index fb03b64..215bc0e 100644 --- a/src/translators/amcimporter.cpp +++ b/src/translators/amcimporter.cpp @@ -72,7 +72,7 @@ Tellico::Data::CollPtr AMCImporter::collection() { ProgressItem& item = ProgressManager::self()->newProgressItem(this, progressLabel(), true); item.setTotalSteps(f->size()); - connect(&item, TQT_SIGNAL(signalCancelled(ProgressItem*)), TQT_SLOT(slotCancel())); + connect(&item, TQ_SIGNAL(signalCancelled(ProgressItem*)), TQ_SLOT(slotCancel())); ProgressItem::Done done(this); m_coll = new Data::VideoCollection(true); |
