summaryrefslogtreecommitdiffstats
path: root/src/fileexporterris.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-06-29 12:56:53 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-04 03:11:35 +0200
commit5f5e7c5455d52826b0bd50f64fcffb7695ce970d (patch)
treec8ee8792d3fb139365abbf70c2255f1e69d2aa34 /src/fileexporterris.h
parent251c9a439759c830d34c70683d0fc9454d703010 (diff)
downloadkbibtex-5f5e7c5455d52826b0bd50f64fcffb7695ce970d.tar.gz
kbibtex-5f5e7c5455d52826b0bd50f64fcffb7695ce970d.zip
Initial TQt conversion
Diffstat (limited to 'src/fileexporterris.h')
-rw-r--r--src/fileexporterris.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fileexporterris.h b/src/fileexporterris.h
index d38107f..0063c21 100644
--- a/src/fileexporterris.h
+++ b/src/fileexporterris.h
@@ -32,8 +32,8 @@ namespace BibTeX
~FileExporterRIS();
- bool save( QIODevice* iodevice, const Element* element, QStringList* errorLog = NULL );
- bool save( QIODevice* iodevice, const File* bibtexfile, QStringList* errorLog = NULL );
+ bool save( TQIODevice* iodevice, const Element* element, TQStringList* errorLog = NULL );
+ bool save( TQIODevice* iodevice, const File* bibtexfile, TQStringList* errorLog = NULL );
public slots:
void cancel();
@@ -41,8 +41,8 @@ namespace BibTeX
private:
bool m_cancelFlag;
- bool writeEntry( QTextStream &stream, const Entry* entry );
- bool writeKeyValue( QTextStream &stream, const QString& key, const QString&value );
+ bool writeEntry( TQTextStream &stream, const Entry* entry );
+ bool writeKeyValue( TQTextStream &stream, const TQString& key, const TQString&value );
};
}