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 /kxkb | |
parent | 8084850061bd3560b73e6663a3f5c1dfbf0c0bed (diff) | |
download | tdebase-1a9478c6e1b77b05814af8fa02cd563a5da8946b.tar.gz tdebase-1a9478c6e1b77b05814af8fa02cd563a5da8946b.zip |
Fix FTBFS resulting from KCModule rename
Diffstat (limited to 'kxkb')
-rw-r--r-- | kxkb/kcmlayout.h | 2 | ||||
-rw-r--r-- | kxkb/kcmmisc.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kxkb/kcmlayout.h b/kxkb/kcmlayout.h index 14d9e734e..769b08048 100644 --- a/kxkb/kcmlayout.h +++ b/kxkb/kcmlayout.h @@ -2,7 +2,7 @@ #define __KCM_LAYOUT_H__ -#include <kcmodule.h> +#include <tdecmodule.h> #include <tqstring.h> #include <tqlistview.h> diff --git a/kxkb/kcmmisc.h b/kxkb/kcmmisc.h index b40f50a0d..603de53bd 100644 --- a/kxkb/kcmmisc.h +++ b/kxkb/kcmmisc.h @@ -26,7 +26,7 @@ #include <kapplication.h> -#include <kcmodule.h> +#include <tdecmodule.h> class KeyboardConfigWidget; |