Fix FTBFS resulting from KCModule rename

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

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

@ -11,7 +11,7 @@ METASOURCES = AUTO
#########################################################################
# 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.
kde_module_LTLIBRARIES = kcm_kttsd.la

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

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

Loading…
Cancel
Save