summaryrefslogtreecommitdiffstats
path: root/src/fileexporterxslt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileexporterxslt.h')
-rw-r--r--src/fileexporterxslt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fileexporterxslt.h b/src/fileexporterxslt.h
index 0d11e58..a41c8f9 100644
--- a/src/fileexporterxslt.h
+++ b/src/fileexporterxslt.h
@@ -37,8 +37,8 @@ namespace BibTeX
FileExporterXSLT( XSLTransform *transformer );
~FileExporterXSLT();
- 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 );
private:
XSLTransform *m_transformer;