summaryrefslogtreecommitdiff
path: root/src/backend/rendering/cchapterdisplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/rendering/cchapterdisplay.h')
-rw-r--r--src/backend/rendering/cchapterdisplay.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/backend/rendering/cchapterdisplay.h b/src/backend/rendering/cchapterdisplay.h
index b19f103..9037b6b 100644
--- a/src/backend/rendering/cchapterdisplay.h
+++ b/src/backend/rendering/cchapterdisplay.h
@@ -4,7 +4,7 @@
*
* This file is part of BibleTime's source code, http://www.bibletime.info/.
*
-* Copyright 1999-2014 by the BibleTime developers.
+* Copyright 1999-2016 by the BibleTime developers.
* The BibleTime source code is licensed under the GNU General Public License version 2.0.
*
**********/
@@ -12,7 +12,7 @@
#ifndef RENDERINGCCHAPTERDISPLAY_H
#define RENDERINGCCHAPTERDISPLAY_H
-#include "backend/rendering/centrydisplay.h"
+#include "centrydisplay.h"
namespace Rendering {
@@ -27,10 +27,10 @@ class CChapterDisplay: public CEntryDisplay {
public: /* Methods: */
- virtual const QString text(const QList<const CSwordModuleInfo*> &modules,
- const QString &key,
- const DisplayOptions &displayOptions,
- const FilterOptions &filterOptions);
+ const QString text(const BtConstModuleList &modules,
+ const QString &key,
+ const DisplayOptions &displayOptions,
+ const FilterOptions &filterOptions) override;
}; /* class CChapterDisplay */