Rename kdisplay for enhanced compatibility with KDE4

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

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

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

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

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

Loading…
Cancel
Save