Rename kdisplay for enhanced compatibility with KDE4

r14.0.x
Timothy Pearson 11 years ago
parent df031ab196
commit db97b56a27

@ -4,7 +4,7 @@ noinst_LIBRARIES = libbackend.a
INCLUDES = $(all_includes)
libbackend_a_SOURCES = bt_gbfhtml.cpp bt_osishtml.cpp bt_plainhtml.cpp \
bt_thmlhtml.cpp bt_thmlplain.cpp btstringmgr.cpp cbookdisplay.cpp \
bt_thmlhtml.cpp bt_thmlplain.cpp btstringmgr.cpp cbootdedisplay.cpp \
cchapterdisplay.cpp cdisplayrendering.cpp cdisplaytemplatemgr.cpp centrydisplay.cpp \
chtmlexportrendering.cpp clanguagemgr.cpp cplaintextexportrendering.cpp \
creferencemanager.cpp cswordbackend.cpp cswordbiblemoduleinfo.cpp cswordbookmoduleinfo.cpp \
@ -34,7 +34,7 @@ clanguagemgr.h \
cdisplaytemplatemgr.h \
ctextrendering.h \
btstringmgr.h \
cbookdisplay.h \
cbootdedisplay.h \
cchapterdisplay.h \
chtmlexportrendering.h \
cplaintextexportrendering.h \

@ -1,5 +1,5 @@
//
// C++ Implementation: cbookdisplay
// C++ Implementation: cbootdedisplay
//
// Description:
//
@ -11,7 +11,7 @@
//
//Backend
#include "cbookdisplay.h"
#include "cbootdedisplay.h"
#include "cdisplayrendering.h"
#include "cswordbookmoduleinfo.h"
#include "cswordtreekey.h"

@ -1,5 +1,5 @@
//
// C++ Interface: cbookdisplay
// C++ Interface: cbootdedisplay
//
// Description:
//

@ -12,7 +12,7 @@
//BibleTime includes
#include "cswordbackend.h"
#include "centrydisplay.h"
#include "cbookdisplay.h"
#include "cbootdedisplay.h"
#include "cchapterdisplay.h"
#include "cswordbiblemoduleinfo.h"
#include "cswordcommentarymoduleinfo.h"

Loading…
Cancel
Save