summaryrefslogtreecommitdiffstats
path: root/src/translators
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:02:03 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:02:03 -0600
commit943520ceea323f04d9ad099b2e7f4d24e4cc8f00 (patch)
tree2a8f5e3a711d1852e1c0d81895dd628db0608fc9 /src/translators
parentf3c15a2d43260ba94d8fd8614156deb3e78668a1 (diff)
downloadtellico-943520ceea323f04d9ad099b2e7f4d24e4cc8f00.tar.gz
tellico-943520ceea323f04d9ad099b2e7f4d24e4cc8f00.zip
Remove spurious TQ_OBJECT instances
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/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
32 files changed, 32 insertions, 32 deletions
diff --git a/src/translators/alexandriaexporter.h b/src/translators/alexandriaexporter.h
index cc2a368..93be36d 100644
--- a/src/translators/alexandriaexporter.h
+++ b/src/translators/alexandriaexporter.h
@@ -29,7 +29,7 @@ namespace Tellico {
*/
class AlexandriaExporter : public Exporter {
Q_OBJECT
- TQ_OBJECT
+
public:
AlexandriaExporter() : Exporter() {}
diff --git a/src/translators/alexandriaimporter.h b/src/translators/alexandriaimporter.h
index 7ac5162..ecc9cfb 100644
--- a/src/translators/alexandriaimporter.h
+++ b/src/translators/alexandriaimporter.h
@@ -35,7 +35,7 @@ namespace Tellico {
*/
class AlexandriaImporter : public Importer {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/src/translators/amcimporter.h b/src/translators/amcimporter.h
index 7151140..0e287fc 100644
--- a/src/translators/amcimporter.h
+++ b/src/translators/amcimporter.h
@@ -24,7 +24,7 @@ namespace Tellico {
*/
class AMCImporter : public DataImporter {
Q_OBJECT
- TQ_OBJECT
+
public:
AMCImporter(const KURL& url);
virtual ~AMCImporter();
diff --git a/src/translators/audiofileimporter.h b/src/translators/audiofileimporter.h
index a02e2bc..12d6434 100644
--- a/src/translators/audiofileimporter.h
+++ b/src/translators/audiofileimporter.h
@@ -33,7 +33,7 @@ namespace Tellico {
*/
class AudioFileImporter : public Importer {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/src/translators/bibtexexporter.h b/src/translators/bibtexexporter.h
index ea7189c..e3c302c 100644
--- a/src/translators/bibtexexporter.h
+++ b/src/translators/bibtexexporter.h
@@ -31,7 +31,7 @@ namespace Tellico {
*/
class BibtexExporter : public Exporter {
Q_OBJECT
- TQ_OBJECT
+
public:
BibtexExporter();
diff --git a/src/translators/bibteximporter.h b/src/translators/bibteximporter.h
index 4d9fe2b..6d1b878 100644
--- a/src/translators/bibteximporter.h
+++ b/src/translators/bibteximporter.h
@@ -42,7 +42,7 @@ namespace Tellico {
*/
class BibtexImporter : public Importer {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/src/translators/bibtexmlexporter.h b/src/translators/bibtexmlexporter.h
index 7813f18..f5e19d5 100644
--- a/src/translators/bibtexmlexporter.h
+++ b/src/translators/bibtexmlexporter.h
@@ -24,7 +24,7 @@ namespace Tellico {
*/
class BibtexmlExporter : public Exporter {
Q_OBJECT
- TQ_OBJECT
+
public:
BibtexmlExporter() : Exporter() {}
diff --git a/src/translators/bibtexmlimporter.h b/src/translators/bibtexmlimporter.h
index d86dd3e..8af09f0 100644
--- a/src/translators/bibtexmlimporter.h
+++ b/src/translators/bibtexmlimporter.h
@@ -27,7 +27,7 @@ namespace Tellico {
*/
class BibtexmlImporter : public XMLImporter {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/src/translators/csvexporter.h b/src/translators/csvexporter.h
index 77b5e6b..8d41a3a 100644
--- a/src/translators/csvexporter.h
+++ b/src/translators/csvexporter.h
@@ -31,7 +31,7 @@ namespace Tellico {
*/
class CSVExporter : public Exporter {
Q_OBJECT
- TQ_OBJECT
+
public:
CSVExporter();
diff --git a/src/translators/csvimporter.h b/src/translators/csvimporter.h
index 9cadf92..5f3d4c6 100644
--- a/src/translators/csvimporter.h
+++ b/src/translators/csvimporter.h
@@ -40,7 +40,7 @@ namespace Tellico {
*/
class CSVImporter : public TextImporter {
Q_OBJECT
- TQ_OBJECT
+
public:
class Parser;
diff --git a/src/translators/dataimporter.h b/src/translators/dataimporter.h
index 46a512d..3e1227b 100644
--- a/src/translators/dataimporter.h
+++ b/src/translators/dataimporter.h
@@ -25,7 +25,7 @@ namespace Tellico {
*/
class DataImporter : public Importer {
Q_OBJECT
- TQ_OBJECT
+
public:
enum Source { URL, Text };
diff --git a/src/translators/deliciousimporter.h b/src/translators/deliciousimporter.h
index 77011dc..da22a7d 100644
--- a/src/translators/deliciousimporter.h
+++ b/src/translators/deliciousimporter.h
@@ -25,7 +25,7 @@ namespace Tellico {
*/
class DeliciousImporter : public XSLTImporter {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/src/translators/exporter.h b/src/translators/exporter.h
index 0f7b55f..76d3897 100644
--- a/src/translators/exporter.h
+++ b/src/translators/exporter.h
@@ -45,7 +45,7 @@ namespace Tellico {
*/
class Exporter : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
public:
Exporter();
diff --git a/src/translators/filelistingimporter.h b/src/translators/filelistingimporter.h
index 452f3f6..82d1693 100644
--- a/src/translators/filelistingimporter.h
+++ b/src/translators/filelistingimporter.h
@@ -35,7 +35,7 @@ namespace Tellico {
*/
class FileListingImporter : public Importer {
Q_OBJECT
- TQ_OBJECT
+
public:
FileListingImporter(const KURL& url);
diff --git a/src/translators/freedbimporter.h b/src/translators/freedbimporter.h
index 22c7036..a90d8e8 100644
--- a/src/translators/freedbimporter.h
+++ b/src/translators/freedbimporter.h
@@ -33,7 +33,7 @@ namespace Tellico {
*/
class FreeDBImporter : public Importer {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/src/translators/gcfilmsexporter.h b/src/translators/gcfilmsexporter.h
index c226d7d..49c0e58 100644
--- a/src/translators/gcfilmsexporter.h
+++ b/src/translators/gcfilmsexporter.h
@@ -26,7 +26,7 @@ namespace Tellico {
*/
class GCfilmsExporter : public Exporter {
Q_OBJECT
- TQ_OBJECT
+
public:
GCfilmsExporter();
diff --git a/src/translators/gcfilmsimporter.h b/src/translators/gcfilmsimporter.h
index 9dca11d..4c1e5d6 100644
--- a/src/translators/gcfilmsimporter.h
+++ b/src/translators/gcfilmsimporter.h
@@ -27,7 +27,7 @@ namespace Tellico {
*/
class GCfilmsImporter : public TextImporter {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/src/translators/griffithimporter.h b/src/translators/griffithimporter.h
index de3d59a..39b5aa8 100644
--- a/src/translators/griffithimporter.h
+++ b/src/translators/griffithimporter.h
@@ -32,7 +32,7 @@ namespace Tellico {
*/
class GriffithImporter : public Importer {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/src/translators/grs1importer.h b/src/translators/grs1importer.h
index 04ea35b..af0c8c8 100644
--- a/src/translators/grs1importer.h
+++ b/src/translators/grs1importer.h
@@ -29,7 +29,7 @@ namespace Tellico {
*/
class GRS1Importer : public TextImporter {
Q_OBJECT
- TQ_OBJECT
+
public:
GRS1Importer(const TQString& text);
diff --git a/src/translators/htmlexporter.h b/src/translators/htmlexporter.h
index 0f7371d..e99f227 100644
--- a/src/translators/htmlexporter.h
+++ b/src/translators/htmlexporter.h
@@ -40,7 +40,7 @@ namespace Tellico {
*/
class HTMLExporter : public Exporter {
Q_OBJECT
- TQ_OBJECT
+
public:
HTMLExporter();
diff --git a/src/translators/importer.h b/src/translators/importer.h
index 08fe3f1..b6db016 100644
--- a/src/translators/importer.h
+++ b/src/translators/importer.h
@@ -41,7 +41,7 @@ namespace Tellico {
*/
class Importer : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
public:
Importer() : TQObject(), m_options(ImportProgress) {}
diff --git a/src/translators/onixexporter.h b/src/translators/onixexporter.h
index fd947ae..08c0dcd 100644
--- a/src/translators/onixexporter.h
+++ b/src/translators/onixexporter.h
@@ -30,7 +30,7 @@ namespace Tellico {
*/
class ONIXExporter : public Exporter {
Q_OBJECT
- TQ_OBJECT
+
public:
ONIXExporter();
diff --git a/src/translators/pdfimporter.h b/src/translators/pdfimporter.h
index b16136d..97511c2 100644
--- a/src/translators/pdfimporter.h
+++ b/src/translators/pdfimporter.h
@@ -21,7 +21,7 @@ namespace Tellico {
class PDFImporter : public Importer {
Q_OBJECT
- TQ_OBJECT
+
public:
PDFImporter(const KURL::List& urls);
diff --git a/src/translators/pilotdbexporter.h b/src/translators/pilotdbexporter.h
index f827e2c..d4e87ad 100644
--- a/src/translators/pilotdbexporter.h
+++ b/src/translators/pilotdbexporter.h
@@ -28,7 +28,7 @@ namespace Tellico {
*/
class PilotDBExporter : public Exporter {
Q_OBJECT
- TQ_OBJECT
+
public:
PilotDBExporter();
diff --git a/src/translators/referencerimporter.h b/src/translators/referencerimporter.h
index 9105bd1..15c21eb 100644
--- a/src/translators/referencerimporter.h
+++ b/src/translators/referencerimporter.h
@@ -25,7 +25,7 @@ namespace Tellico {
*/
class ReferencerImporter : public XSLTImporter {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/src/translators/risimporter.h b/src/translators/risimporter.h
index 9b5b07b..fa581ba 100644
--- a/src/translators/risimporter.h
+++ b/src/translators/risimporter.h
@@ -34,7 +34,7 @@ namespace Tellico {
*/
class RISImporter : public Importer {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/src/translators/tellicoimporter.h b/src/translators/tellicoimporter.h
index a794c8a..93cf7da 100644
--- a/src/translators/tellicoimporter.h
+++ b/src/translators/tellicoimporter.h
@@ -34,7 +34,7 @@ namespace Tellico {
*/
class TellicoImporter : 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 666bdde..d2b291c 100644
--- a/src/translators/tellicoxmlexporter.h
+++ b/src/translators/tellicoxmlexporter.h
@@ -33,7 +33,7 @@ namespace Tellico {
*/
class TellicoXMLExporter : public Exporter {
Q_OBJECT
- TQ_OBJECT
+
public:
TellicoXMLExporter();
diff --git a/src/translators/tellicozipexporter.h b/src/translators/tellicozipexporter.h
index 2e62c1d..7a460ac 100644
--- a/src/translators/tellicozipexporter.h
+++ b/src/translators/tellicozipexporter.h
@@ -24,7 +24,7 @@ namespace Tellico {
*/
class TellicoZipExporter : public Exporter {
Q_OBJECT
- TQ_OBJECT
+
public:
TellicoZipExporter() : Exporter(), m_includeImages(true), m_cancelled(false) {}
diff --git a/src/translators/textimporter.h b/src/translators/textimporter.h
index 4f68b90..d285585 100644
--- a/src/translators/textimporter.h
+++ b/src/translators/textimporter.h
@@ -26,7 +26,7 @@ namespace Tellico {
*/
class TextImporter : public Importer {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/src/translators/xmlimporter.h b/src/translators/xmlimporter.h
index e544a17..0bf0720 100644
--- a/src/translators/xmlimporter.h
+++ b/src/translators/xmlimporter.h
@@ -28,7 +28,7 @@ namespace Tellico {
*/
class XMLImporter : public Importer {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/src/translators/xsltimporter.h b/src/translators/xsltimporter.h
index 25357de..fd5993d 100644
--- a/src/translators/xsltimporter.h
+++ b/src/translators/xsltimporter.h
@@ -29,7 +29,7 @@ namespace Tellico {
*/
class XSLTImporter : public TextImporter {
Q_OBJECT
- TQ_OBJECT
+
public:
/**