From 5f5e7c5455d52826b0bd50f64fcffb7695ce970d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 29 Jun 2013 12:56:53 +0200 Subject: Initial TQt conversion --- src/fileimporterris.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/fileimporterris.h') diff --git a/src/fileimporterris.h b/src/fileimporterris.h index 11c52e9..ba204f1 100644 --- a/src/fileimporterris.h +++ b/src/fileimporterris.h @@ -23,7 +23,7 @@ #include #include -class QTextStream; +class TQTextStream; namespace BibTeX { @@ -37,8 +37,8 @@ namespace BibTeX FileImporterRIS(); ~FileImporterRIS(); - File* load( QIODevice *iodevice ); - static bool guessCanDecode( const QString & text ); + File* load( TQIODevice *iodevice ); + static bool guessCanDecode( const TQString & text ); public slots: void cancel(); @@ -46,17 +46,17 @@ namespace BibTeX private: typedef struct { - QString key; - QString value; + TQString key; + TQString value; } RISitem; - typedef QValueList RISitemList; + typedef TQValueList RISitemList; bool cancelFlag; int m_refNr; - Element *nextElement( QTextStream &textStream ); - RISitemList readElement( QTextStream &textStream ); + Element *nextElement( TQTextStream &textStream ); + RISitemList readElement( TQTextStream &textStream ); }; } -- cgit v1.2.3