diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:28:34 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:28:34 -0600 |
commit | ccfaeb9b831a41e93e777b041cdf33a7d40a0e0b (patch) | |
tree | bf50f381bae726615cec4d7174f7bb4d0f20051d /kopete/libkopete | |
parent | 4816c4a735e1704c433dbe42155bf3887180d8ea (diff) | |
download | tdenetwork-ccfaeb9b831a41e93e777b041cdf33a7d40a0e0b.tar.gz tdenetwork-ccfaeb9b831a41e93e777b041cdf33a7d40a0e0b.zip |
Fix FTBFS resulting from KCModule rename
Diffstat (limited to 'kopete/libkopete')
-rw-r--r-- | kopete/libkopete/kcautoconfigmodule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/kcautoconfigmodule.h b/kopete/libkopete/kcautoconfigmodule.h index 43f6e2d3..6d5a1eb7 100644 --- a/kopete/libkopete/kcautoconfigmodule.h +++ b/kopete/libkopete/kcautoconfigmodule.h @@ -20,7 +20,7 @@ #ifndef KCAUTOCONFIGMODULE_H #define KCAUTOCONFIGMODULE_H -#include <kcmodule.h> +#include <tdecmodule.h> #include "kopete_export.h" |