summaryrefslogtreecommitdiffstats
path: root/src/translators/amcimporter.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:38:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-24 21:26:01 +0900
commit37c2ad0c29c602b42d03c446bdd00dcb50f2729c (patch)
tree20dccb5a9d68d562283884dad036561fe5498ba2 /src/translators/amcimporter.h
parent2aa8f8fcbfaea5600cec638bf690977c3b2e9504 (diff)
downloadtellico-37c2ad0c29c602b42d03c446bdd00dcb50f2729c.tar.gz
tellico-37c2ad0c29c602b42d03c446bdd00dcb50f2729c.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e164b1d02780da8e0d91f5c6617b511f1b24fc6d)
Diffstat (limited to 'src/translators/amcimporter.h')
-rw-r--r--src/translators/amcimporter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translators/amcimporter.h b/src/translators/amcimporter.h
index 0e287fc..df33a0b 100644
--- a/src/translators/amcimporter.h
+++ b/src/translators/amcimporter.h
@@ -23,7 +23,7 @@ namespace Tellico {
@author Robby Stephenson
*/
class AMCImporter : public DataImporter {
-Q_OBJECT
+TQ_OBJECT
public:
AMCImporter(const KURL& url);