Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lintest/fb2edit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/fb2read.hpp')
-rw-r--r--source/fb2read.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/fb2read.hpp b/source/fb2read.hpp
index e1c132c..0a6880e 100644
--- a/source/fb2read.hpp
+++ b/source/fb2read.hpp
@@ -1,7 +1,7 @@
#ifndef FB2READ_H
#define FB2READ_H
-#include "fb2xml.h"
+#include "fb2xml.hpp"
#include <QByteArray>
#include <QMutex>
@@ -36,7 +36,7 @@ private:
QString m_html;
};
-class FbReadHandler : public QObject, public FbXmlHandler
+class FbReadHandler : public FbXmlHandler
{
Q_OBJECT