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/fileexporterexternal.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/fileexporterexternal.h') diff --git a/src/fileexporterexternal.h b/src/fileexporterexternal.h index 463f26a..50a28fc 100644 --- a/src/fileexporterexternal.h +++ b/src/fileexporterexternal.h @@ -23,9 +23,9 @@ #include #include -class QWaitCondition; -class QProcess; -class QBuffer; +class TQWaitCondition; +class TQProcess; +class TQBuffer; namespace BibTeX { @@ -42,17 +42,17 @@ namespace BibTeX FileExporterExternal( Exporter exporter, File::FileFormat fileformat ); ~FileExporterExternal(); - 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: - QWaitCondition *wc; - QProcess *process; - QTextStream *writeTo; + TQWaitCondition *wc; + TQProcess *process; + TQTextStream *writeTo; Exporter m_exporter; File::FileFormat m_fileformat; - bool generateOutput( QBuffer &input, QIODevice* output ); + bool generateOutput( TQBuffer &input, TQIODevice* output ); private slots: void slotProcessExited(); -- cgit v1.2.3