summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 16:13:29 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 16:13:29 -0600
commit3a8431fc92f4824b798e05a67bd73249b6c8d0c8 (patch)
treee28d5917d68a5d049bb303ba9ef7494802248f62 /src
parent6e7a54d5c2237300ef8a02c8644619a434bbf3c2 (diff)
downloadbasket-3a8431fc92f4824b798e05a67bd73249b6c8d0c8.tar.gz
basket-3a8431fc92f4824b798e05a67bd73249b6c8d0c8.zip
Fix FTBFS resulting from KCModule rename
Diffstat (limited to 'src')
-rw-r--r--src/kcm_basket.cpp2
-rw-r--r--src/linklabel.cpp2
-rw-r--r--src/settings.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/kcm_basket.cpp b/src/kcm_basket.cpp
index 5935872..cd30eb2 100644
--- a/src/kcm_basket.cpp
+++ b/src/kcm_basket.cpp
@@ -21,7 +21,7 @@
// This must be first
#include <config.h>
#include "settings.h"
-#include <kcmodule.h>
+#include <tdecmodule.h>
//----------------------------
// KCM stuff
diff --git a/src/linklabel.cpp b/src/linklabel.cpp
index 02db7a4..5d81d13 100644
--- a/src/linklabel.cpp
+++ b/src/linklabel.cpp
@@ -34,7 +34,7 @@
#include <kapplication.h>
#include <kaboutdata.h>
#include <kdialogbase.h>
-#include <kcmodule.h>
+#include <tdecmodule.h>
#include <kdebug.h>
#include "linklabel.h"
diff --git a/src/settings.h b/src/settings.h
index ec4975d..8f86989 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -29,7 +29,7 @@
#include <tqcolor.h>
#include <tqpoint.h>
#include <tqsize.h>
-#include <kcmodule.h>
+#include <tdecmodule.h>
#include <kaction.h>
#include <kmainwindow.h>
#include <tqdatetime.h>