summaryrefslogtreecommitdiffstats
path: root/src/fileexporterdocbook5.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileexporterdocbook5.h')
-rw-r--r--src/fileexporterdocbook5.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/fileexporterdocbook5.h b/src/fileexporterdocbook5.h
index 7b5f812..88742b5 100644
--- a/src/fileexporterdocbook5.h
+++ b/src/fileexporterdocbook5.h
@@ -31,21 +31,21 @@ namespace BibTeX
class FileExporterDocBook5 : public FileExporterToolchain
{
public:
- FileExporterDocBook5(const QString& classPath);
+ FileExporterDocBook5(const TQString& classPath);
~FileExporterDocBook5();
- bool save( QIODevice* iodevice, const File* bibtexfile, QStringList *errorLog = NULL );
- bool save( QIODevice* iodevice, const Element* element, QStringList *errorLog = NULL );
+ bool save( TQIODevice* iodevice, const File* bibtexfile, TQStringList *errorLog = NULL );
+ bool save( TQIODevice* iodevice, const Element* element, TQStringList *errorLog = NULL );
- void setLaTeXLanguage( const QString& language );
- void setLaTeXBibliographyStyle( const QString& bibStyle );
+ void setLaTeXLanguage( const TQString& language );
+ void setLaTeXBibliographyStyle( const TQString& bibStyle );
private:
-QString m_classPath;
- QString bibTeXFilename;
- QString outputFilename;
+TQString m_classPath;
+ TQString bibTeXFilename;
+ TQString outputFilename;
- bool runBib2Db5( QIODevice* iodevice, QStringList *errorLog );
+ bool runBib2Db5( TQIODevice* iodevice, TQStringList *errorLog );
};