summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/config
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 16:28:34 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 16:28:34 -0600
commitccfaeb9b831a41e93e777b041cdf33a7d40a0e0b (patch)
treebf50f381bae726615cec4d7174f7bb4d0f20051d /kopete/kopete/config
parent4816c4a735e1704c433dbe42155bf3887180d8ea (diff)
downloadtdenetwork-ccfaeb9b831a41e93e777b041cdf33a7d40a0e0b.tar.gz
tdenetwork-ccfaeb9b831a41e93e777b041cdf33a7d40a0e0b.zip
Fix FTBFS resulting from KCModule rename
Diffstat (limited to 'kopete/kopete/config')
-rw-r--r--kopete/kopete/config/accounts/kopeteaccountconfig.h2
-rw-r--r--kopete/kopete/config/appearance/appearanceconfig.h2
-rw-r--r--kopete/kopete/config/avdevice/avdeviceconfig.h2
-rw-r--r--kopete/kopete/config/behavior/behaviorconfig.h2
-rw-r--r--kopete/kopete/config/identity/kopeteidentityconfig.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/kopete/kopete/config/accounts/kopeteaccountconfig.h b/kopete/kopete/config/accounts/kopeteaccountconfig.h
index 5cb474a8..7b6722f4 100644
--- a/kopete/kopete/config/accounts/kopeteaccountconfig.h
+++ b/kopete/kopete/config/accounts/kopeteaccountconfig.h
@@ -16,7 +16,7 @@
#ifndef __ACCOUNTCONFIG_H
#define __ACCOUNTCONFIG_H
-#include <kcmodule.h>
+#include <tdecmodule.h>
#include <tqmap.h>
#include <tqcolor.h>
diff --git a/kopete/kopete/config/appearance/appearanceconfig.h b/kopete/kopete/config/appearance/appearanceconfig.h
index 15d761f8..82017998 100644
--- a/kopete/kopete/config/appearance/appearanceconfig.h
+++ b/kopete/kopete/config/appearance/appearanceconfig.h
@@ -19,7 +19,7 @@
#ifndef __APPEARANCE_H
#define __APPEARANCE_H
-#include "kcmodule.h"
+#include "tdecmodule.h"
#include <tqptrlist.h>
#include <tqmap.h>
diff --git a/kopete/kopete/config/avdevice/avdeviceconfig.h b/kopete/kopete/config/avdevice/avdeviceconfig.h
index 23b74e28..bacf6a0b 100644
--- a/kopete/kopete/config/avdevice/avdeviceconfig.h
+++ b/kopete/kopete/config/avdevice/avdeviceconfig.h
@@ -18,7 +18,7 @@
#ifndef AVDEVICECONFIG_H
#define AVDEVICECONFIG_H
-#include "kcmodule.h"
+#include "tdecmodule.h"
#include "videodevicepool.h"
#include <tqimage.h>
#include <tqpixmap.h>
diff --git a/kopete/kopete/config/behavior/behaviorconfig.h b/kopete/kopete/config/behavior/behaviorconfig.h
index 0b37bd1e..8508d068 100644
--- a/kopete/kopete/config/behavior/behaviorconfig.h
+++ b/kopete/kopete/config/behavior/behaviorconfig.h
@@ -16,7 +16,7 @@
#ifndef __BEHAVIOR_H
#define __BEHAVIOR_H
-#include "kcmodule.h"
+#include "tdecmodule.h"
namespace Kopete
{
diff --git a/kopete/kopete/config/identity/kopeteidentityconfig.h b/kopete/kopete/config/identity/kopeteidentityconfig.h
index 83b80683..d0795412 100644
--- a/kopete/kopete/config/identity/kopeteidentityconfig.h
+++ b/kopete/kopete/config/identity/kopeteidentityconfig.h
@@ -18,7 +18,7 @@
#ifndef _IDENTITYCONFIG_H
#define _IDENTITYCONFIG_H
-#include <kcmodule.h>
+#include <tdecmodule.h>
#include <kconfigdialog.h>
#include "kopetemetacontact.h"