summaryrefslogtreecommitdiff
path: root/src/backend/rendering/cplaintextexportrendering.h
diff options
context:
space:
mode:
authorDavid Sanders <david@sandersweb.net>2014-10-09 12:41:00 +0400
committerRoberto C. Sanchez <roberto@connexer.com>2014-10-21 22:58:58 -0400
commitc04698777033d5a61b2609a45c07d3c139750604 (patch)
treee19e4ae01b98de59acfe4ae2df308eabf7cb2180 /src/backend/rendering/cplaintextexportrendering.h
parentd40aeea533995281ebf64c52e69340764de6f3d9 (diff)
parent1ea03c0fce8066c1e22188447b4a6ca4dcef1201 (diff)
Imported Debian patch 2.10.1-1
Diffstat (limited to 'src/backend/rendering/cplaintextexportrendering.h')
-rw-r--r--src/backend/rendering/cplaintextexportrendering.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/backend/rendering/cplaintextexportrendering.h b/src/backend/rendering/cplaintextexportrendering.h
index 9360474..45ad8ac 100644
--- a/src/backend/rendering/cplaintextexportrendering.h
+++ b/src/backend/rendering/cplaintextexportrendering.h
@@ -1,8 +1,10 @@
/*********
*
+* In the name of the Father, and of the Son, and of the Holy Spirit.
+*
* This file is part of BibleTime's source code, http://www.bibletime.info/.
*
-* Copyright 1999-2011 by the BibleTime developers.
+* Copyright 1999-2014 by the BibleTime developers.
* The BibleTime source code is licensed under the GNU General Public License version 2.0.
*
**********/
@@ -11,6 +13,7 @@
#define RENDERINGCPLAINTEXTEXPORTRENDERING_H
#include "backend/rendering/chtmlexportrendering.h"
+#include "backend/config/btconfig.h"
namespace Rendering {
@@ -26,8 +29,8 @@ class CPlainTextExportRendering: public CHTMLExportRendering {
CPlainTextExportRendering(
bool addText,
- const DisplayOptions &displayOptions = CBTConfig::getDisplayOptionDefaults(),
- const FilterOptions &filterOptions = CBTConfig::getFilterOptionDefaults());
+ const DisplayOptions &displayOptions = btConfig().getDisplayOptions(),
+ const FilterOptions &filterOptions = btConfig().getFilterOptions());
protected: /* Methods: */