diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 16:30:12 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 16:30:12 -0600 |
commit | c3e3301aba81e1c1771fa309941888a8b0fb59bc (patch) | |
tree | 2998ec17cb4a178fbcacc1a70c551874feb6d59f /kmilo/thinkpad | |
parent | 5d54d9b2688c958818ab4d016db6ce20ec3422c5 (diff) | |
download | tdeutils-c3e3301aba81e1c1771fa309941888a8b0fb59bc.tar.gz tdeutils-c3e3301aba81e1c1771fa309941888a8b0fb59bc.zip |
Fix FTBFS resulting from KCModule rename
Diffstat (limited to 'kmilo/thinkpad')
-rw-r--r-- | kmilo/thinkpad/kcmthinkpad/main.cpp | 2 | ||||
-rw-r--r-- | kmilo/thinkpad/kcmthinkpad/main.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kmilo/thinkpad/kcmthinkpad/main.cpp b/kmilo/thinkpad/kcmthinkpad/main.cpp index 66803ca..bb61c87 100644 --- a/kmilo/thinkpad/kcmthinkpad/main.cpp +++ b/kmilo/thinkpad/kcmthinkpad/main.cpp @@ -35,7 +35,7 @@ #include <kdebug.h> #include <kconfig.h> #include <kurlrequester.h> -#include <kcmodule.h> +#include <tdecmodule.h> #ifdef Q_OS_FREEBSD #include <sys/types.h> diff --git a/kmilo/thinkpad/kcmthinkpad/main.h b/kmilo/thinkpad/kcmthinkpad/main.h index 2621202..d7c8682 100644 --- a/kmilo/thinkpad/kcmthinkpad/main.h +++ b/kmilo/thinkpad/kcmthinkpad/main.h @@ -25,7 +25,7 @@ #ifndef KCMTHINKPAD_MAIN_H #define KCMTHINKPAD_MAIN_H -#include <kcmodule.h> +#include <tdecmodule.h> class KCMThinkPadGeneral; |