diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:23:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:23:58 -0600 |
commit | 1a9478c6e1b77b05814af8fa02cd563a5da8946b (patch) | |
tree | 9923e3bdc030bd502a6bb0783b6c651e719dbce8 /twin/kcmtwin/twinoptions | |
parent | 8084850061bd3560b73e6663a3f5c1dfbf0c0bed (diff) | |
download | tdebase-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.h | 2 | ||||
-rw-r--r-- | twin/kcmtwin/twinoptions/mouse.h | 2 | ||||
-rw-r--r-- | twin/kcmtwin/twinoptions/windows.h | 2 |
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; |