summaryrefslogtreecommitdiffstats
path: root/src/translators/bibtexmlexporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translators/bibtexmlexporter.h')
-rw-r--r--src/translators/bibtexmlexporter.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/translators/bibtexmlexporter.h b/src/translators/bibtexmlexporter.h
index 8f63a55..7813f18 100644
--- a/src/translators/bibtexmlexporter.h
+++ b/src/translators/bibtexmlexporter.h
@@ -24,16 +24,17 @@ namespace Tellico {
*/
class BibtexmlExporter : public Exporter {
Q_OBJECT
+ TQ_OBJECT
public:
BibtexmlExporter() : Exporter() {}
virtual bool exec();
- virtual QString formatString() const;
- virtual QString fileFilter() const;
+ virtual TQString formatString() const;
+ virtual TQString fileFilter() const;
// no options
- virtual QWidget* widget(QWidget*, const char*) { return 0; }
+ virtual TQWidget* widget(TQWidget*, const char*) { return 0; }
};
} // end namespace