diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:27:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:27:56 -0600 |
commit | 7534907d3759a8c520eeb9a701b316d891c63bdf (patch) | |
tree | 63ebeff7addee1fba2b016370aef3ce6bd89dc26 /krec/krecconfigure.h | |
parent | 748e86c67717d8262d7125e7b71d7440fd0a88a4 (diff) | |
download | tdemultimedia-7534907d3759a8c520eeb9a701b316d891c63bdf.tar.gz tdemultimedia-7534907d3759a8c520eeb9a701b316d891c63bdf.zip |
Fix FTBFS resulting from KCModule rename
Diffstat (limited to 'krec/krecconfigure.h')
-rw-r--r-- | krec/krecconfigure.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krec/krecconfigure.h b/krec/krecconfigure.h index 63d9e6d9..dbc8665d 100644 --- a/krec/krecconfigure.h +++ b/krec/krecconfigure.h @@ -14,7 +14,7 @@ #ifndef KREC_CONFIGURE_H #define KREC_CONFIGURE_H -#include <kcmodule.h> +#include <tdecmodule.h> #include <tqstringlist.h> #include <tqstring.h> |