summaryrefslogtreecommitdiff
path: root/src/backend/managers/cdisplaytemplatemgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/managers/cdisplaytemplatemgr.h')
-rw-r--r--src/backend/managers/cdisplaytemplatemgr.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/backend/managers/cdisplaytemplatemgr.h b/src/backend/managers/cdisplaytemplatemgr.h
index d048ecd..16725a5 100644
--- a/src/backend/managers/cdisplaytemplatemgr.h
+++ b/src/backend/managers/cdisplaytemplatemgr.h
@@ -10,21 +10,18 @@
#ifndef CDISPLAYTEMPLATEMGR_H
#define CDISPLAYTEMPLATEMGR_H
-//BibleTime include
-class CSwordModuleInfo;
-
-//Qt includes
#include <QMap>
#include <QString>
#include <QStringList>
+
+class CSwordModuleInfo;
+
/**
* Manages the display templates used in the filters and display classes.
* @author The BibleTime team
*/
-
class CDisplayTemplateMgr {
-
public:
/** Settings which are used to fill the content into the template.
*/