diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:14:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:14:10 -0600 |
commit | 7154fc859f9fadcdd97cf8c9f184234d21f16a62 (patch) | |
tree | 37704d63c63a827640ed14d3012a5e4e99374777 | |
parent | 83b79bb29aaa412caec6abcdb42ca21d248b3b3a (diff) | |
download | k3b-7154fc859f9fadcdd97cf8c9f184234d21f16a62.tar.gz k3b-7154fc859f9fadcdd97cf8c9f184234d21f16a62.zip |
Fix FTBFS resulting from KCModule rename
-rw-r--r-- | k3bsetup/k3bsetup2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k3bsetup/k3bsetup2.h b/k3bsetup/k3bsetup2.h index 8f6dbbe..7b09b2b 100644 --- a/k3bsetup/k3bsetup2.h +++ b/k3bsetup/k3bsetup2.h @@ -17,7 +17,7 @@ #ifndef _K3BSETUP2_H_ #define _K3BSETUP2_H_ -#include <kcmodule.h> +#include <tdecmodule.h> #include <kaboutdata.h> |