diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 16:29:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 16:29:57 -0600 |
commit | 3e2a2c432996c0959278a76d08c5b0b827c72329 (patch) | |
tree | b5529e2be363447d4720ceaaac00bc7b574c6f9d /kweather/kcmweather.h | |
parent | 9ea931fb1bda0802797c1d38fd903b5451b91a5a (diff) | |
download | tdetoys-3e2a2c432996c0959278a76d08c5b0b827c72329.tar.gz tdetoys-3e2a2c432996c0959278a76d08c5b0b827c72329.zip |
Fix FTBFS resulting from KCModule rename
Diffstat (limited to 'kweather/kcmweather.h')
-rw-r--r-- | kweather/kcmweather.h | 2 |
1 files changed, 1 insertions, 1 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; |