summaryrefslogtreecommitdiffstats
path: root/twin
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
parent8084850061bd3560b73e6663a3f5c1dfbf0c0bed (diff)
downloadtdebase-1a9478c6e1b77b05814af8fa02cd563a5da8946b.tar.gz
tdebase-1a9478c6e1b77b05814af8fa02cd563a5da8946b.zip
Fix FTBFS resulting from KCModule rename
Diffstat (limited to 'twin')
-rw-r--r--twin/kcmtwin/twindecoration/twindecoration.cpp2
-rw-r--r--twin/kcmtwin/twindecoration/twindecoration.h2
-rw-r--r--twin/kcmtwin/twinoptions/main.h2
-rw-r--r--twin/kcmtwin/twinoptions/mouse.h2
-rw-r--r--twin/kcmtwin/twinoptions/windows.h2
-rw-r--r--twin/kcmtwin/twinrules/kcm.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/twin/kcmtwin/twindecoration/twindecoration.cpp b/twin/kcmtwin/twindecoration/twindecoration.cpp
index 30695cdef..788a0d3e7 100644
--- a/twin/kcmtwin/twindecoration/twindecoration.cpp
+++ b/twin/kcmtwin/twindecoration/twindecoration.cpp
@@ -834,7 +834,7 @@ void KWinDecorationModule::writeConfig( TDEConfig* conf )
oldLibraryName = currentLibraryName;
currentLibraryName = libName;
- // We saved, so tell kcmodule that there have been no new user changes made.
+ // We saved, so tell tdecmodule that there have been no new user changes made.
emit TDECModule::changed(false);
}
diff --git a/twin/kcmtwin/twindecoration/twindecoration.h b/twin/kcmtwin/twindecoration/twindecoration.h
index 14e24c777..49af27d71 100644
--- a/twin/kcmtwin/twindecoration/twindecoration.h
+++ b/twin/kcmtwin/twindecoration/twindecoration.h
@@ -30,7 +30,7 @@
#ifndef KWINDECORATION_H
#define KWINDECORATION_H
-#include <kcmodule.h>
+#include <tdecmodule.h>
#include <dcopobject.h>
#include <buttons.h>
#include <kconfig.h>
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;
diff --git a/twin/kcmtwin/twinrules/kcm.h b/twin/kcmtwin/twinrules/kcm.h
index 1237a5a64..33d7c2664 100644
--- a/twin/kcmtwin/twinrules/kcm.h
+++ b/twin/kcmtwin/twinrules/kcm.h
@@ -20,7 +20,7 @@
#ifndef __KCM_H__
#define __KCM_H__
-#include <kcmodule.h>
+#include <tdecmodule.h>
#include <kconfig.h>
class TDEConfig;