From 87cae2a54b7ab3e18a57347dd581c4a7a0450bfe Mon Sep 17 00:00:00 2001 From: Reto Zingg Date: Sat, 15 Dec 2012 19:28:49 +0200 Subject: [PATCH] adapt qmvocvokabelnreader.h for querymee --- qmvocvokabelnreader.h | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/qmvocvokabelnreader.h b/qmvocvokabelnreader.h index 00907ca..f519581 100644 --- a/qmvocvokabelnreader.h +++ b/qmvocvokabelnreader.h @@ -1,7 +1,12 @@ /*************************************************************************** - create a KEduVocDocument from a Vokabeln file +* this file is from kdeedu project. Filename: keduvocvokabelnreader.h +***************************************************************************/ + +/*************************************************************************** + create a QmVocDocument from a Vokabeln file ----------------------------------------------------------------------- copyright : (C) 2007 Peter Hedlund + Copyright : (C) 2010, 2012 Reto Zingg ***************************************************************************/ @@ -15,20 +20,20 @@ * * ***************************************************************************/ -#ifndef KEDUVOCVOKABELNREADER_H -#define KEDUVOCVOKABELNREADER_H +#ifndef QMVOCVOKABELNREADER_H +#define QMVOCVOKABELNREADER_H #include class QIODevice; -class KEduVocDocument; +class QmVocDocument; -class KEduVocVokabelnReader +class QmVocVokabelnReader { public: - KEduVocVokabelnReader( QIODevice *file ); + QmVocVokabelnReader( 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