diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:14:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:14:42 -0600 |
commit | 14f926ae95798423608402b1d8bcfa94c3f6b5a8 (patch) | |
tree | c77997c6fe91c500ca463f441948f32b72e6dc19 /src | |
parent | d7c34c577ba054152b59704506f2c8a5e2c4c2ba (diff) | |
download | tdmtheme-14f926ae95798423608402b1d8bcfa94c3f6b5a8.tar.gz tdmtheme-14f926ae95798423608402b1d8bcfa94c3f6b5a8.zip |
Fix FTBFS resulting from KCModule rename
Diffstat (limited to 'src')
-rw-r--r-- | src/tdmtheme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdmtheme.h b/src/tdmtheme.h index 0b49bef..73c958d 100644 --- a/src/tdmtheme.h +++ b/src/tdmtheme.h @@ -22,7 +22,7 @@ #define _TDMTHEME_H_ #include <kconfig.h> -#include <kcmodule.h> +#include <tdecmodule.h> #include <tqwidget.h> |