diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:14:34 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:14:34 -0600 |
commit | 92914f2a40e6964565d5443249504d39890e5c57 (patch) | |
tree | beb4f7c3b7b9e00894a1e9a60d49cfb8546b6788 | |
parent | bc6bcbf49f41b6b9440f8e5afbee5c4ffea2d578 (diff) | |
download | kcmautostart-92914f2a40e6964565d5443249504d39890e5c57.tar.gz kcmautostart-92914f2a40e6964565d5443249504d39890e5c57.zip |
Fix FTBFS resulting from KCModule rename
-rw-r--r-- | src/autostart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autostart.h b/src/autostart.h index a836951..9988243 100644 --- a/src/autostart.h +++ b/src/autostart.h @@ -24,7 +24,7 @@ #ifndef _AUTOSTART_H_ #define _AUTOSTART_H_ -#include <kcmodule.h> +#include <tdecmodule.h> #include <kaboutdata.h> #include <kpushbutton.h> #include <klistview.h> |