diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:29:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:29:57 -0600 |
commit | 3e2a2c432996c0959278a76d08c5b0b827c72329 (patch) | |
tree | b5529e2be363447d4720ceaaac00bc7b574c6f9d | |
parent | 9ea931fb1bda0802797c1d38fd903b5451b91a5a (diff) | |
download | tdetoys-3e2a2c432996c0959278a76d08c5b0b827c72329.tar.gz tdetoys-3e2a2c432996c0959278a76d08c5b0b827c72329.zip |
Fix FTBFS resulting from KCModule rename
-rw-r--r-- | kweather/kcmweather.h | 2 | ||||
-rw-r--r-- | kweather/kcmweatherservice.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kweather/kcmweather.h b/kweather/kcmweather.h index e030e27..fb4abcf 100644 --- a/kweather/kcmweather.h +++ b/kweather/kcmweather.h @@ -23,7 +23,7 @@ #ifndef KCMWEATHER_H #define KCMWEATHER_H -#include <kcmodule.h> +#include <tdecmodule.h> class prefsDialogData; diff --git a/kweather/kcmweatherservice.h b/kweather/kcmweatherservice.h index 1f870a5..f22e179 100644 --- a/kweather/kcmweatherservice.h +++ b/kweather/kcmweatherservice.h @@ -24,7 +24,7 @@ #ifndef KCMWEATHERSERVICE_H #define KCMWEATHERSERVICE_H -#include <kcmodule.h> +#include <tdecmodule.h> class ServiceConfigWidget; |