summaryrefslogtreecommitdiff
path: root/src/frontend/display/cdisplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/display/cdisplay.h')
-rw-r--r--src/frontend/display/cdisplay.h17
1 files changed, 3 insertions, 14 deletions
diff --git a/src/frontend/display/cdisplay.h b/src/frontend/display/cdisplay.h
index a0a0020..de971d5 100644
--- a/src/frontend/display/cdisplay.h
+++ b/src/frontend/display/cdisplay.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.
*
**********/
@@ -16,10 +18,6 @@
class CDisplayConnections;
class CDisplayWindow;
-class CReadDisplay;
-class CReadWindow;
-class CWriteDisplay;
-class CWriteWindow;
class QMenu;
/** The base class for all display widgets.
@@ -27,15 +25,6 @@ class QMenu;
*/
class CDisplay {
public:
- enum WriteDisplayType {
- HTMLDisplay = 0,
- PlainTextDisplay
- };
-
- static CReadDisplay* createReadInstance(CReadWindow* readWindow, QWidget* parent = 0);
- static CWriteDisplay* createWriteInstance( CWriteWindow* writeWindow,
- const WriteDisplayType& type = PlainTextDisplay,
- QWidget* parent = 0 );
enum TextType {
HTMLText, /* Used for HTML markup */