From 902809c421b7b822d946e1e6a6df330d24600dac Mon Sep 17 00:00:00 2001 From: Reto Zingg Date: Sat, 15 Dec 2012 19:28:49 +0200 Subject: [PATCH] adapt qmvocwqlreader.h for querymee --- qmvocwqlreader.h | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/qmvocwqlreader.h b/qmvocwqlreader.h index 4b08a98..e1179e5 100644 --- a/qmvocwqlreader.h +++ b/qmvocwqlreader.h @@ -1,8 +1,13 @@ /*************************************************************************** - read a KEduVocDocument from a WQL file +* this file is from kdeedu project. Filename: keduvocwqlreader.h +***************************************************************************/ + +/*************************************************************************** + read a QmVocDocument from a WQL file ----------------------------------------------------------------------- copyright : (C) 2004, 2007 Peter Hedlund : (c) 2005 Eric Pignet + : (C) 2010, 2012 Reto Zingg ***************************************************************************/ @@ -15,20 +20,20 @@ * * ***************************************************************************/ -#ifndef KEDUVOCWQLREADER_H -#define KEDUVOCWQLREADER_H +#ifndef QMVOCWQLREADER_H +#define QMVOCWQLREADER_H #include class QIODevice; -class KEduVocDocument; +class QmVocDocument; -class KEduVocWqlReader +class QmVocWqlReader { public: - KEduVocWqlReader( QIODevice *file ); + QmVocWqlReader( QIODevice *file ); - bool readDoc( KEduVocDocument *doc ); + bool readDoc( QmVocDocument *doc ); QString errorMessage() const { @@ -37,7 +42,7 @@ public: private: QIODevice *m_inputFile; - KEduVocDocument *m_doc; + QmVocDocument *m_doc; QString m_errorMessage; }; -- 2.47.3