summaryrefslogtreecommitdiffstats
path: root/src/fileexporterxml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileexporterxml.h')
-rw-r--r--src/fileexporterxml.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/fileexporterxml.h b/src/fileexporterxml.h
index a4eff65..88f64f3 100644
--- a/src/fileexporterxml.h
+++ b/src/fileexporterxml.h
@@ -39,8 +39,8 @@ namespace BibTeX
FileExporterXML();
~FileExporterXML();
- 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 );
public slots:
void cancel();
@@ -48,12 +48,12 @@ namespace BibTeX
private:
bool m_cancelFlag;
- bool write( QTextStream&stream, const Element *element, const File* bibtexfile = NULL );
- bool writeEntry( QTextStream &stream, const Entry* entry );
- bool writeMacro( QTextStream &stream, const Macro *macro );
- bool writeComment( QTextStream &stream, const Comment *comment );
+ bool write( TQTextStream&stream, const Element *element, const File* bibtexfile = NULL );
+ bool writeEntry( TQTextStream &stream, const Entry* entry );
+ bool writeMacro( TQTextStream &stream, const Macro *macro );
+ bool writeComment( TQTextStream &stream, const Comment *comment );
- QString valueToString( Value *value );
+ TQString valueToString( Value *value );
};
}