summaryrefslogtreecommitdiffstats
path: root/twin/kcmtwin/twinoptions
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 16:23:58 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 16:23:58 -0600
commit1a9478c6e1b77b05814af8fa02cd563a5da8946b (patch)
tree9923e3bdc030bd502a6bb0783b6c651e719dbce8 /twin/kcmtwin/twinoptions
parent8084850061bd3560b73e6663a3f5c1dfbf0c0bed (diff)
downloadtdebase-1a9478c6e1b77b05814af8fa02cd563a5da8946b.tar.gz
tdebase-1a9478c6e1b77b05814af8fa02cd563a5da8946b.zip
Fix FTBFS resulting from KCModule rename
Diffstat (limited to 'twin/kcmtwin/twinoptions')
-rw-r--r--twin/kcmtwin/twinoptions/main.h2
-rw-r--r--twin/kcmtwin/twinoptions/mouse.h2
-rw-r--r--twin/kcmtwin/twinoptions/windows.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/twin/kcmtwin/twinoptions/main.h b/twin/kcmtwin/twinoptions/main.h
index 4935cf39f..c1146fa92 100644
--- a/twin/kcmtwin/twinoptions/main.h
+++ b/twin/kcmtwin/twinoptions/main.h
@@ -26,7 +26,7 @@
#define __MAIN_H__
#include <tqtabwidget.h>
-#include <kcmodule.h>
+#include <tdecmodule.h>
class TDEConfig;
class KFocusConfig;
diff --git a/twin/kcmtwin/twinoptions/mouse.h b/twin/kcmtwin/twinoptions/mouse.h
index 70ff2bfca..772bc5ac9 100644
--- a/twin/kcmtwin/twinoptions/mouse.h
+++ b/twin/kcmtwin/twinoptions/mouse.h
@@ -25,7 +25,7 @@
class TDEConfig;
#include <tqwidget.h>
-#include <kcmodule.h>
+#include <tdecmodule.h>
#include <tqcombobox.h>
#include <tqtooltip.h>
diff --git a/twin/kcmtwin/twinoptions/windows.h b/twin/kcmtwin/twinoptions/windows.h
index f0b0bcd9f..10424207d 100644
--- a/twin/kcmtwin/twinoptions/windows.h
+++ b/twin/kcmtwin/twinoptions/windows.h
@@ -23,7 +23,7 @@
#define __KWINDOWCONFIG_H__
#include <tqwidget.h>
-#include <kcmodule.h>
+#include <tdecmodule.h>
#include <config.h>
class TQRadioButton;