summaryrefslogtreecommitdiffstats
path: root/kontact/plugins
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 16:29:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 16:29:27 -0600
commit61bddfe3a7226b18c68a76124b727c736f431688 (patch)
tree8cb13f0e03856e5e3f6e2026a800dae43241393e /kontact/plugins
parentbd48df85ebd2f1604edcb231fdc4af4197f8bede (diff)
downloadtdepim-61bddfe3a7226b18c68a76124b727c736f431688.tar.gz
tdepim-61bddfe3a7226b18c68a76124b727c736f431688.zip
Fix FTBFS resulting from KCModule rename
Diffstat (limited to 'kontact/plugins')
-rw-r--r--kontact/plugins/kmail/kcmkmailsummary.h2
-rw-r--r--kontact/plugins/korganizer/kcmkorgsummary.h2
-rw-r--r--kontact/plugins/newsticker/kcmkontactknt.h2
-rw-r--r--kontact/plugins/specialdates/kcmsdsummary.h2
-rw-r--r--kontact/plugins/summary/kcmkontactsummary.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/kontact/plugins/kmail/kcmkmailsummary.h b/kontact/plugins/kmail/kcmkmailsummary.h
index 4e810ea3..3b6a8f53 100644
--- a/kontact/plugins/kmail/kcmkmailsummary.h
+++ b/kontact/plugins/kmail/kcmkmailsummary.h
@@ -26,7 +26,7 @@
#include <tqvaluelist.h>
-#include <kcmodule.h>
+#include <tdecmodule.h>
class KListView;
diff --git a/kontact/plugins/korganizer/kcmkorgsummary.h b/kontact/plugins/korganizer/kcmkorgsummary.h
index 216e89d1..18db1df7 100644
--- a/kontact/plugins/korganizer/kcmkorgsummary.h
+++ b/kontact/plugins/korganizer/kcmkorgsummary.h
@@ -24,7 +24,7 @@
#ifndef KCMKORGSUMMARY_H
#define KCMKORGSUMMARY_H
-#include <kcmodule.h>
+#include <tdecmodule.h>
class TQSpinxBox;
class TQButtonGroup;
diff --git a/kontact/plugins/newsticker/kcmkontactknt.h b/kontact/plugins/newsticker/kcmkontactknt.h
index 2eedb0a7..cd3cbf0e 100644
--- a/kontact/plugins/newsticker/kcmkontactknt.h
+++ b/kontact/plugins/newsticker/kcmkontactknt.h
@@ -24,7 +24,7 @@
#ifndef KCMKONTACTKNT_H
#define KCMKONTACTKNT_H
-#include <kcmodule.h>
+#include <tdecmodule.h>
class TQListViewItem;
class TQSpinxBox;
diff --git a/kontact/plugins/specialdates/kcmsdsummary.h b/kontact/plugins/specialdates/kcmsdsummary.h
index b0dbbae9..c0095dfa 100644
--- a/kontact/plugins/specialdates/kcmsdsummary.h
+++ b/kontact/plugins/specialdates/kcmsdsummary.h
@@ -25,7 +25,7 @@
#ifndef KCMSDSUMMARY_H
#define KCMSDSUMMARY_H
-#include <kcmodule.h>
+#include <tdecmodule.h>
class TQButtonGroup;
class TQCheckBox;
diff --git a/kontact/plugins/summary/kcmkontactsummary.h b/kontact/plugins/summary/kcmkontactsummary.h
index 6129f46a..3e624798 100644
--- a/kontact/plugins/summary/kcmkontactsummary.h
+++ b/kontact/plugins/summary/kcmkontactsummary.h
@@ -25,7 +25,7 @@
#ifndef KCMKONTACTSUMMARY_H
#define KCMKONTACTSUMMARY_H
-#include <kcmodule.h>
+#include <tdecmodule.h>
#include <klistview.h>
class KPluginInfo;