summaryrefslogtreecommitdiffstats
path: root/src/translators
diff options
context:
space:
mode:
Diffstat (limited to 'src/translators')
-rw-r--r--src/translators/alexandriaexporter.h2
-rw-r--r--src/translators/alexandriaimporter.h2
-rw-r--r--src/translators/amcimporter.h2
-rw-r--r--src/translators/audiofileimporter.h2
-rw-r--r--src/translators/bibtexexporter.h2
-rw-r--r--src/translators/bibteximporter.h2
-rw-r--r--src/translators/bibtexmlexporter.h2
-rw-r--r--src/translators/bibtexmlimporter.h2
-rw-r--r--src/translators/csvexporter.h2
-rw-r--r--src/translators/csvimporter.h2
-rw-r--r--src/translators/dataimporter.h2
-rw-r--r--src/translators/deliciousimporter.h2
-rw-r--r--src/translators/exporter.h2
-rw-r--r--src/translators/filelistingimporter.h2
-rw-r--r--src/translators/freedbimporter.h2
-rw-r--r--src/translators/gcfilmsexporter.h2
-rw-r--r--src/translators/gcfilmsimporter.h2
-rw-r--r--src/translators/griffithimporter.h2
-rw-r--r--src/translators/grs1importer.h2
-rw-r--r--src/translators/htmlexporter.h2
-rw-r--r--src/translators/importer.h2
-rw-r--r--src/translators/onixexporter.h2
-rw-r--r--src/translators/pdfimporter.h2
-rw-r--r--src/translators/pilotdbexporter.h2
-rw-r--r--src/translators/referencerimporter.h2
-rw-r--r--src/translators/risimporter.h2
-rw-r--r--src/translators/tellicoimporter.h2
-rw-r--r--src/translators/tellicosaximporter.h2
-rw-r--r--src/translators/tellicoxmlexporter.h2
-rw-r--r--src/translators/tellicozipexporter.h2
-rw-r--r--src/translators/textimporter.h2
-rw-r--r--src/translators/xmlimporter.h2
-rw-r--r--src/translators/xsltimporter.h2
33 files changed, 33 insertions, 33 deletions
diff --git a/src/translators/alexandriaexporter.h b/src/translators/alexandriaexporter.h
index 93be36d..dc34cc8 100644
--- a/src/translators/alexandriaexporter.h
+++ b/src/translators/alexandriaexporter.h
@@ -28,7 +28,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class AlexandriaExporter : public Exporter {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/alexandriaimporter.h b/src/translators/alexandriaimporter.h
index ecc9cfb..a931509 100644
--- a/src/translators/alexandriaimporter.h
+++ b/src/translators/alexandriaimporter.h
@@ -34,7 +34,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class AlexandriaImporter : public Importer {
-Q_OBJECT
+TQ_OBJECT
public:
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);
diff --git a/src/translators/audiofileimporter.h b/src/translators/audiofileimporter.h
index 12d6434..7bae8db 100644
--- a/src/translators/audiofileimporter.h
+++ b/src/translators/audiofileimporter.h
@@ -32,7 +32,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class AudioFileImporter : public Importer {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/bibtexexporter.h b/src/translators/bibtexexporter.h
index ef29041..72a279f 100644
--- a/src/translators/bibtexexporter.h
+++ b/src/translators/bibtexexporter.h
@@ -30,7 +30,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class BibtexExporter : public Exporter {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/bibteximporter.h b/src/translators/bibteximporter.h
index 09e1ec3..0113e93 100644
--- a/src/translators/bibteximporter.h
+++ b/src/translators/bibteximporter.h
@@ -41,7 +41,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class BibtexImporter : public Importer {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/bibtexmlexporter.h b/src/translators/bibtexmlexporter.h
index f5e19d5..f210c67 100644
--- a/src/translators/bibtexmlexporter.h
+++ b/src/translators/bibtexmlexporter.h
@@ -23,7 +23,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class BibtexmlExporter : public Exporter {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/bibtexmlimporter.h b/src/translators/bibtexmlimporter.h
index 8af09f0..c5875c9 100644
--- a/src/translators/bibtexmlimporter.h
+++ b/src/translators/bibtexmlimporter.h
@@ -26,7 +26,7 @@ namespace Tellico {
*@author Robby Stephenson
*/
class BibtexmlImporter : public XMLImporter {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/csvexporter.h b/src/translators/csvexporter.h
index 5ec6fed..969ea10 100644
--- a/src/translators/csvexporter.h
+++ b/src/translators/csvexporter.h
@@ -30,7 +30,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class CSVExporter : public Exporter {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/csvimporter.h b/src/translators/csvimporter.h
index 5f3d4c6..dfa5ebb 100644
--- a/src/translators/csvimporter.h
+++ b/src/translators/csvimporter.h
@@ -39,7 +39,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class CSVImporter : public TextImporter {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/dataimporter.h b/src/translators/dataimporter.h
index 3e1227b..1d1eaf3 100644
--- a/src/translators/dataimporter.h
+++ b/src/translators/dataimporter.h
@@ -24,7 +24,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class DataImporter : public Importer {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/deliciousimporter.h b/src/translators/deliciousimporter.h
index da22a7d..2d6f368 100644
--- a/src/translators/deliciousimporter.h
+++ b/src/translators/deliciousimporter.h
@@ -24,7 +24,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class DeliciousImporter : public XSLTImporter {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/exporter.h b/src/translators/exporter.h
index 2815577..d172b55 100644
--- a/src/translators/exporter.h
+++ b/src/translators/exporter.h
@@ -44,7 +44,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class Exporter : public TQObject {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/filelistingimporter.h b/src/translators/filelistingimporter.h
index fd3dc09..14ef0d6 100644
--- a/src/translators/filelistingimporter.h
+++ b/src/translators/filelistingimporter.h
@@ -34,7 +34,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class FileListingImporter : public Importer {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/freedbimporter.h b/src/translators/freedbimporter.h
index a90d8e8..eabd967 100644
--- a/src/translators/freedbimporter.h
+++ b/src/translators/freedbimporter.h
@@ -32,7 +32,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class FreeDBImporter : public Importer {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/gcfilmsexporter.h b/src/translators/gcfilmsexporter.h
index 49c0e58..35dc870 100644
--- a/src/translators/gcfilmsexporter.h
+++ b/src/translators/gcfilmsexporter.h
@@ -25,7 +25,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class GCfilmsExporter : public Exporter {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/gcfilmsimporter.h b/src/translators/gcfilmsimporter.h
index 4c1e5d6..d5e1654 100644
--- a/src/translators/gcfilmsimporter.h
+++ b/src/translators/gcfilmsimporter.h
@@ -26,7 +26,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class GCfilmsImporter : public TextImporter {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/griffithimporter.h b/src/translators/griffithimporter.h
index 265a308..20dd77f 100644
--- a/src/translators/griffithimporter.h
+++ b/src/translators/griffithimporter.h
@@ -31,7 +31,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class GriffithImporter : public Importer {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/grs1importer.h b/src/translators/grs1importer.h
index af0c8c8..17cf972 100644
--- a/src/translators/grs1importer.h
+++ b/src/translators/grs1importer.h
@@ -28,7 +28,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class GRS1Importer : public TextImporter {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/htmlexporter.h b/src/translators/htmlexporter.h
index e2275ab..1c6e643 100644
--- a/src/translators/htmlexporter.h
+++ b/src/translators/htmlexporter.h
@@ -39,7 +39,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class HTMLExporter : public Exporter {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/importer.h b/src/translators/importer.h
index f7bc49c..0f07a3d 100644
--- a/src/translators/importer.h
+++ b/src/translators/importer.h
@@ -40,7 +40,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class Importer : public TQObject {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/onixexporter.h b/src/translators/onixexporter.h
index 3cf44c8..6f67eb9 100644
--- a/src/translators/onixexporter.h
+++ b/src/translators/onixexporter.h
@@ -29,7 +29,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class ONIXExporter : public Exporter {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/pdfimporter.h b/src/translators/pdfimporter.h
index 97511c2..f0e22fc 100644
--- a/src/translators/pdfimporter.h
+++ b/src/translators/pdfimporter.h
@@ -20,7 +20,7 @@ namespace Tellico {
namespace Import {
class PDFImporter : public Importer {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/pilotdbexporter.h b/src/translators/pilotdbexporter.h
index cce7d13..c43b0fd 100644
--- a/src/translators/pilotdbexporter.h
+++ b/src/translators/pilotdbexporter.h
@@ -27,7 +27,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class PilotDBExporter : public Exporter {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/referencerimporter.h b/src/translators/referencerimporter.h
index 15c21eb..a856232 100644
--- a/src/translators/referencerimporter.h
+++ b/src/translators/referencerimporter.h
@@ -24,7 +24,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class ReferencerImporter : public XSLTImporter {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/risimporter.h b/src/translators/risimporter.h
index a572283..7567778 100644
--- a/src/translators/risimporter.h
+++ b/src/translators/risimporter.h
@@ -33,7 +33,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class RISImporter : public Importer {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/tellicoimporter.h b/src/translators/tellicoimporter.h
index 6ea0ac5..4cfdf09 100644
--- a/src/translators/tellicoimporter.h
+++ b/src/translators/tellicoimporter.h
@@ -33,7 +33,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class TellicoImporter : public DataImporter {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/tellicosaximporter.h b/src/translators/tellicosaximporter.h
index 056f60f..96f9ce4 100644
--- a/src/translators/tellicosaximporter.h
+++ b/src/translators/tellicosaximporter.h
@@ -29,7 +29,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class TellicoSaxImporter : public DataImporter {
-Q_OBJECT
+TQ_OBJECT
public:
enum Format { Unknown, Error, XML, Zip, Cancel };
diff --git a/src/translators/tellicoxmlexporter.h b/src/translators/tellicoxmlexporter.h
index 3f6c0ca..c713b4b 100644
--- a/src/translators/tellicoxmlexporter.h
+++ b/src/translators/tellicoxmlexporter.h
@@ -32,7 +32,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class TellicoXMLExporter : public Exporter {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/tellicozipexporter.h b/src/translators/tellicozipexporter.h
index 7a460ac..d85a8a5 100644
--- a/src/translators/tellicozipexporter.h
+++ b/src/translators/tellicozipexporter.h
@@ -23,7 +23,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class TellicoZipExporter : public Exporter {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/textimporter.h b/src/translators/textimporter.h
index d285585..2b554c6 100644
--- a/src/translators/textimporter.h
+++ b/src/translators/textimporter.h
@@ -25,7 +25,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class TextImporter : public Importer {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/xmlimporter.h b/src/translators/xmlimporter.h
index 0bf0720..90c5d77 100644
--- a/src/translators/xmlimporter.h
+++ b/src/translators/xmlimporter.h
@@ -27,7 +27,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class XMLImporter : public Importer {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/src/translators/xsltimporter.h b/src/translators/xsltimporter.h
index fd5993d..57751be 100644
--- a/src/translators/xsltimporter.h
+++ b/src/translators/xsltimporter.h
@@ -28,7 +28,7 @@ namespace Tellico {
* @author Robby Stephenson
*/
class XSLTImporter : public TextImporter {
-Q_OBJECT
+TQ_OBJECT
public: