diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:16:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:16:07 -0600 |
commit | a38537d4c203d03ca5728b6d6a915c327eda215a (patch) | |
tree | 344c811f99b6f5bf24cdd50ccd5ab23c537dc05e /src | |
parent | 35df0971f262a07f137a148f6d754d13751d0cd7 (diff) | |
download | kopete-otr-a38537d4c203d03ca5728b6d6a915c327eda215a.tar.gz kopete-otr-a38537d4c203d03ca5728b6d6a915c327eda215a.zip |
Fix FTBFS resulting from KCModule rename
Diffstat (limited to 'src')
-rw-r--r-- | src/otrpreferences.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otrpreferences.h b/src/otrpreferences.h index 68b89ed..12e4ab1 100644 --- a/src/otrpreferences.h +++ b/src/otrpreferences.h @@ -21,7 +21,7 @@ #ifndef OTRPREFERECES_H #define OTRPREFERECES_H -#include <kcmodule.h> +#include <tdecmodule.h> #include "otrlconfinterface.h" /** |