summaryrefslogtreecommitdiffstats
path: root/kopete
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
parent4816c4a735e1704c433dbe42155bf3887180d8ea (diff)
downloadtdenetwork-ccfaeb9b831a41e93e777b041cdf33a7d40a0e0b.tar.gz
tdenetwork-ccfaeb9b831a41e93e777b041cdf33a7d40a0e0b.zip
Fix FTBFS resulting from KCModule rename
Diffstat (limited to 'kopete')
-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
-rw-r--r--kopete/libkopete/kcautoconfigmodule.h2
-rw-r--r--kopete/plugins/addbookmarks/addbookmarkspreferences.h2
-rw-r--r--kopete/plugins/alias/aliaspreferences.h2
-rw-r--r--kopete/plugins/highlight/highlightpreferences.h2
-rw-r--r--kopete/plugins/history/historypreferences.h2
-rw-r--r--kopete/plugins/latex/latexpreferences.h2
-rw-r--r--kopete/plugins/motionautoaway/motionawaypreferences.h2
-rw-r--r--kopete/plugins/netmeeting/netmeetingpreferences.h2
-rw-r--r--kopete/plugins/nowlistening/nowlisteningpreferences.h2
-rw-r--r--kopete/plugins/smpppdcs/smpppdcspreferences.h2
-rw-r--r--kopete/plugins/texteffect/texteffectpreferences.h2
-rw-r--r--kopete/plugins/webpresence/webpresencepreferences.h2
17 files changed, 17 insertions, 17 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"
diff --git a/kopete/libkopete/kcautoconfigmodule.h b/kopete/libkopete/kcautoconfigmodule.h
index 43f6e2d3..6d5a1eb7 100644
--- a/kopete/libkopete/kcautoconfigmodule.h
+++ b/kopete/libkopete/kcautoconfigmodule.h
@@ -20,7 +20,7 @@
#ifndef KCAUTOCONFIGMODULE_H
#define KCAUTOCONFIGMODULE_H
-#include <kcmodule.h>
+#include <tdecmodule.h>
#include "kopete_export.h"
diff --git a/kopete/plugins/addbookmarks/addbookmarkspreferences.h b/kopete/plugins/addbookmarks/addbookmarkspreferences.h
index 6f07c8b5..32094012 100644
--- a/kopete/plugins/addbookmarks/addbookmarkspreferences.h
+++ b/kopete/plugins/addbookmarks/addbookmarkspreferences.h
@@ -12,7 +12,7 @@
#ifndef ADDBOOKMARKSPREFERENCES_H
#define ADDBOOKMARKSPREFERENCES_H
-#include <kcmodule.h>
+#include <tdecmodule.h>
#include "addbookmarksprefssettings.h"
#include "addbookmarksprefsui.h"
diff --git a/kopete/plugins/alias/aliaspreferences.h b/kopete/plugins/alias/aliaspreferences.h
index c906b8ce..b03a9ef3 100644
--- a/kopete/plugins/alias/aliaspreferences.h
+++ b/kopete/plugins/alias/aliaspreferences.h
@@ -10,7 +10,7 @@
#ifndef AliasPREFERENCES_H
#define AliasPREFERENCES_H
-#include "kcmodule.h"
+#include "tdecmodule.h"
typedef TQValueList<Kopete::Protocol*> ProtocolList;
diff --git a/kopete/plugins/highlight/highlightpreferences.h b/kopete/plugins/highlight/highlightpreferences.h
index 601a05e5..b5cfed0c 100644
--- a/kopete/plugins/highlight/highlightpreferences.h
+++ b/kopete/plugins/highlight/highlightpreferences.h
@@ -18,7 +18,7 @@
#ifndef HighlightPREFERENCES_H
#define HighlightPREFERENCES_H
-#include <kcmodule.h>
+#include <tdecmodule.h>
#include <tqstring.h>
class HighlightPrefsUI;
diff --git a/kopete/plugins/history/historypreferences.h b/kopete/plugins/history/historypreferences.h
index d230b208..7406404f 100644
--- a/kopete/plugins/history/historypreferences.h
+++ b/kopete/plugins/history/historypreferences.h
@@ -18,7 +18,7 @@
#ifndef HISTORYPREFERENCES_H
#define HISTORYPREFERENCES_H
-#include <kcmodule.h>
+#include <tdecmodule.h>
#include <tqstring.h>
class HistoryPrefsUI;
diff --git a/kopete/plugins/latex/latexpreferences.h b/kopete/plugins/latex/latexpreferences.h
index aa6d8597..ed92191e 100644
--- a/kopete/plugins/latex/latexpreferences.h
+++ b/kopete/plugins/latex/latexpreferences.h
@@ -18,7 +18,7 @@
#ifndef LatexPREFERENCES_H
#define LatexPREFERENCES_H
-#include <kcmodule.h>
+#include <tdecmodule.h>
#include <tqstring.h>
class LatexPrefsUI;
diff --git a/kopete/plugins/motionautoaway/motionawaypreferences.h b/kopete/plugins/motionautoaway/motionawaypreferences.h
index 78ac9104..1f38bdcd 100644
--- a/kopete/plugins/motionautoaway/motionawaypreferences.h
+++ b/kopete/plugins/motionautoaway/motionawaypreferences.h
@@ -18,7 +18,7 @@
#ifndef MOTIONAWAYPREFERENCES_H
#define MOTIONAWAYPREFERENCES_H
-#include "kcmodule.h"
+#include "tdecmodule.h"
class motionawayPrefsUI;
diff --git a/kopete/plugins/netmeeting/netmeetingpreferences.h b/kopete/plugins/netmeeting/netmeetingpreferences.h
index 2246e805..958860cf 100644
--- a/kopete/plugins/netmeeting/netmeetingpreferences.h
+++ b/kopete/plugins/netmeeting/netmeetingpreferences.h
@@ -17,7 +17,7 @@
#ifndef NetmeetingPREFERENCES_H
#define NetmeetingPREFERENCES_H
-#include <kcmodule.h>
+#include <tdecmodule.h>
#include <tqstring.h>
class NetmeetingPrefsUI;
diff --git a/kopete/plugins/nowlistening/nowlisteningpreferences.h b/kopete/plugins/nowlistening/nowlisteningpreferences.h
index 05169c10..9d0fe7a5 100644
--- a/kopete/plugins/nowlistening/nowlisteningpreferences.h
+++ b/kopete/plugins/nowlistening/nowlisteningpreferences.h
@@ -20,7 +20,7 @@
#ifndef NOWLISTENINGPREFERENCES_H
#define NOWLISTENINGPREFERENCES_H
-#include <kcmodule.h>
+#include <tdecmodule.h>
class NowListeningPrefsUI;
class NowListeningConfig;
diff --git a/kopete/plugins/smpppdcs/smpppdcspreferences.h b/kopete/plugins/smpppdcs/smpppdcspreferences.h
index 19368313..38ea101a 100644
--- a/kopete/plugins/smpppdcs/smpppdcspreferences.h
+++ b/kopete/plugins/smpppdcs/smpppdcspreferences.h
@@ -17,7 +17,7 @@
#ifndef SMPPPDCSPREFERENCES_H
#define SMPPPDCSPREFERENCES_H
-#include <kcmodule.h>
+#include <tdecmodule.h>
class TQListViewItem;
diff --git a/kopete/plugins/texteffect/texteffectpreferences.h b/kopete/plugins/texteffect/texteffectpreferences.h
index e8157326..1f82929b 100644
--- a/kopete/plugins/texteffect/texteffectpreferences.h
+++ b/kopete/plugins/texteffect/texteffectpreferences.h
@@ -18,7 +18,7 @@
#ifndef TextEffectPREFERENCES_H
#define TextEffectPREFERENCES_H
-#include <kcmodule.h>
+#include <tdecmodule.h>
class TextEffectPrefs;
class TextEffectConfig;
diff --git a/kopete/plugins/webpresence/webpresencepreferences.h b/kopete/plugins/webpresence/webpresencepreferences.h
index 2ea900c3..d958b78e 100644
--- a/kopete/plugins/webpresence/webpresencepreferences.h
+++ b/kopete/plugins/webpresence/webpresencepreferences.h
@@ -18,7 +18,7 @@
#ifndef WEBPRSENCEPREFERECES_H
#define WEBPRSENCEPREFERECES_H
-#include "kcmodule.h"
+#include "tdecmodule.h"
class WebPresencePrefsUI;
class KAutoConfig;