diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:21:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:21:45 -0600 |
commit | e7cf1663f517b900014c46cc61ffaab2813e0dc5 (patch) | |
tree | fbccbc9bd9fafe9476bf87d60b6f746cdc29b97a | |
parent | cb3122eb0266e115ad0169c7df7ee38169d4861b (diff) | |
download | tdeaccessibility-e7cf1663f517b900014c46cc61ffaab2813e0dc5.tar.gz tdeaccessibility-e7cf1663f517b900014c46cc61ffaab2813e0dc5.zip |
Fix FTBFS resulting from KCModule rename
-rw-r--r-- | kmouth/optionsdialog.cpp | 2 | ||||
-rw-r--r-- | kttsd/kcmkttsmgr/Makefile.am | 2 | ||||
-rw-r--r-- | kttsd/kcmkttsmgr/kcmkttsmgr.h | 2 | ||||
-rw-r--r-- | kttsd/kcmkttsmgr/kcmkttsmgrwidget.ui | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/kmouth/optionsdialog.cpp b/kmouth/optionsdialog.cpp index f207fcc..fe79eba 100644 --- a/kmouth/optionsdialog.cpp +++ b/kmouth/optionsdialog.cpp @@ -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> diff --git a/kttsd/kcmkttsmgr/Makefile.am b/kttsd/kcmkttsmgr/Makefile.am index 53e4d51..6aba44c 100644 --- a/kttsd/kcmkttsmgr/Makefile.am +++ b/kttsd/kcmkttsmgr/Makefile.am @@ -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 diff --git a/kttsd/kcmkttsmgr/kcmkttsmgr.h b/kttsd/kcmkttsmgr/kcmkttsmgr.h index 57312be..7660945 100644 --- a/kttsd/kcmkttsmgr/kcmkttsmgr.h +++ b/kttsd/kcmkttsmgr/kcmkttsmgr.h @@ -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> diff --git a/kttsd/kcmkttsmgr/kcmkttsmgrwidget.ui b/kttsd/kcmkttsmgr/kcmkttsmgrwidget.ui index 63ba784..87d36f5 100644 --- a/kttsd/kcmkttsmgr/kcmkttsmgrwidget.ui +++ b/kttsd/kcmkttsmgr/kcmkttsmgrwidget.ui @@ -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> |