Fix FTBFS resulting from KCModule rename

pull/1/head
Timothy Pearson 12 years ago
parent cb3122eb02
commit e7cf1663f5

@ -29,7 +29,7 @@
#include <kconfig.h> #include <kconfig.h>
#include <kglobal.h> #include <kglobal.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <kcmodule.h> #include <tdecmodule.h>
#include <klibloader.h> #include <klibloader.h>
#include <kparts/componentfactory.h> #include <kparts/componentfactory.h>

@ -11,7 +11,7 @@ METASOURCES = AUTO
######################################################################### #########################################################################
# KCMODULE SECTION # KCMODULE SECTION
######################################################################### #########################################################################
# This is the kcmodule that gets installed. It's name is used for all # This is the tdecmodule that gets installed. It's name is used for all
# of the other Makefile.am variables. # of the other Makefile.am variables.
kde_module_LTLIBRARIES = kcm_kttsd.la kde_module_LTLIBRARIES = kcm_kttsd.la

@ -26,7 +26,7 @@
#include <tqlistview.h> #include <tqlistview.h>
// KDE includes. // KDE includes.
#include <kcmodule.h> #include <tdecmodule.h>
#include <ktrader.h> #include <ktrader.h>
#include <kdebug.h> #include <kdebug.h>
#include <kparts/part.h> #include <kparts/part.h>

@ -1896,7 +1896,7 @@
</Q_SLOTS> </Q_SLOTS>
<layoutdefaults spacing="6" margin="6"/> <layoutdefaults spacing="6" margin="6"/>
<includehints> <includehints>
<includehint>kcmodule.h</includehint> <includehint>tdecmodule.h</includehint>
<includehint>klistview.h</includehint> <includehint>klistview.h</includehint>
<includehint>kpushbutton.h</includehint> <includehint>kpushbutton.h</includehint>
<includehint>kpushbutton.h</includehint> <includehint>kpushbutton.h</includehint>

Loading…
Cancel
Save