summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 16:27:56 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 16:27:56 -0600
commit7534907d3759a8c520eeb9a701b316d891c63bdf (patch)
tree63ebeff7addee1fba2b016370aef3ce6bd89dc26
parent748e86c67717d8262d7125e7b71d7440fd0a88a4 (diff)
downloadtdemultimedia-7534907d3759a8c520eeb9a701b316d891c63bdf.tar.gz
tdemultimedia-7534907d3759a8c520eeb9a701b316d891c63bdf.zip
Fix FTBFS resulting from KCModule rename
-rw-r--r--kaudiocreator/kaudiocreator.cpp2
-rw-r--r--kioslave/audiocd/kcmaudiocd/audiocdconfig.ui2
-rw-r--r--krec/krecconfig_files.h2
-rw-r--r--krec/krecconfigure.h2
-rw-r--r--kscd/kscd.cpp2
-rw-r--r--libkcddb/kcmcddb/kcmcddb.h2
-rw-r--r--noatun/modules/splitplaylist/splitplaylist.cpp2
7 files changed, 7 insertions, 7 deletions
diff --git a/kaudiocreator/kaudiocreator.cpp b/kaudiocreator/kaudiocreator.cpp
index df7a9fc6..a80cd674 100644
--- a/kaudiocreator/kaudiocreator.cpp
+++ b/kaudiocreator/kaudiocreator.cpp
@@ -43,7 +43,7 @@
#include "cdconfig.h"
#include "encoderconfigimp.h"
#include "general.h"
-#include <kcmoduleloader.h>
+#include <tdecmoduleloader.h>
#include <kurlrequester.h>
/**
diff --git a/kioslave/audiocd/kcmaudiocd/audiocdconfig.ui b/kioslave/audiocd/kcmaudiocd/audiocdconfig.ui
index 683d46ab..a3b98507 100644
--- a/kioslave/audiocd/kcmaudiocd/audiocdconfig.ui
+++ b/kioslave/audiocd/kcmaudiocd/audiocdconfig.ui
@@ -616,7 +616,7 @@
<tabstop>example</tabstop>
</tabstops>
<includes>
- <include location="global" impldecl="in declaration">kcmodule.h</include>
+ <include location="global" impldecl="in declaration">tdecmodule.h</include>
</includes>
<Q_SLOTS>
<slot>toggleLowpass()</slot>
diff --git a/krec/krecconfig_files.h b/krec/krecconfig_files.h
index 9de24310..b036268e 100644
--- a/krec/krecconfig_files.h
+++ b/krec/krecconfig_files.h
@@ -14,7 +14,7 @@
#ifndef KREC_CONFIGURE_FILES_H
#define KREC_CONFIGURE_FILES_H
-#include <kcmodule.h>
+#include <tdecmodule.h>
#include <tqstringlist.h>
#include <tqstring.h>
diff --git a/krec/krecconfigure.h b/krec/krecconfigure.h
index 63d9e6d9..dbc8665d 100644
--- a/krec/krecconfigure.h
+++ b/krec/krecconfigure.h
@@ -14,7 +14,7 @@
#ifndef KREC_CONFIGURE_H
#define KREC_CONFIGURE_H
-#include <kcmodule.h>
+#include <tdecmodule.h>
#include <tqstringlist.h>
#include <tqstring.h>
diff --git a/kscd/kscd.cpp b/kscd/kscd.cpp
index 45a94701..a0cc59c6 100644
--- a/kscd/kscd.cpp
+++ b/kscd/kscd.cpp
@@ -60,7 +60,7 @@
#include <kurl.h>
#include <kuniqueapplication.h>
#include <kglobalsettings.h>
-#include <kcmoduleloader.h>
+#include <tdecmoduleloader.h>
#include <kconfigdialog.h>
#include "docking.h"
diff --git a/libkcddb/kcmcddb/kcmcddb.h b/libkcddb/kcmcddb/kcmcddb.h
index af83fe80..3bdb98c8 100644
--- a/libkcddb/kcmcddb/kcmcddb.h
+++ b/libkcddb/kcmcddb/kcmcddb.h
@@ -20,7 +20,7 @@
#ifndef KCMCDDB_H
#define KCMCDDB_H
-#include <kcmodule.h>
+#include <tdecmodule.h>
#include "libkcddb/config.h"
diff --git a/noatun/modules/splitplaylist/splitplaylist.cpp b/noatun/modules/splitplaylist/splitplaylist.cpp
index e86a3921..fd854311 100644
--- a/noatun/modules/splitplaylist/splitplaylist.cpp
+++ b/noatun/modules/splitplaylist/splitplaylist.cpp
@@ -1,4 +1,4 @@
-#include <kcmodule.h>
+#include <tdecmodule.h>
#include "playlist.h"