summaryrefslogtreecommitdiffstats
path: root/src/fileexporterrtf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileexporterrtf.h')
-rw-r--r--src/fileexporterrtf.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/fileexporterrtf.h b/src/fileexporterrtf.h
index bb916e0..69bf098 100644
--- a/src/fileexporterrtf.h
+++ b/src/fileexporterrtf.h
@@ -34,21 +34,21 @@ namespace BibTeX
FileExporterRTF();
~FileExporterRTF();
- 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 laTeXFilename;
- QString bibTeXFilename;
- QString outputFilename;
- QString m_latexLanguage;
- QString m_latexBibStyle;
-
- bool generateRTF( QIODevice* iodevice, QStringList *errorLog );
- bool writeLatexFile( const QString &filename );
+ TQString laTeXFilename;
+ TQString bibTeXFilename;
+ TQString outputFilename;
+ TQString m_latexLanguage;
+ TQString m_latexBibStyle;
+
+ bool generateRTF( TQIODevice* iodevice, TQStringList *errorLog );
+ bool writeLatexFile( const TQString &filename );
};
}