diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:14:55 -0600 | 
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 16:14:55 -0600 | 
| commit | 593678085ae46350f68c744fb0a4dc981a2dcd48 (patch) | |
| tree | 9b5381182ca275ff8ced137d7b297e88df711eaf | |
| parent | 3b6aefe251409d6fba19aab4085e18d90b77550f (diff) | |
| download | kiosktool-593678085ae46350f68c744fb0a4dc981a2dcd48.tar.gz kiosktool-593678085ae46350f68c744fb0a4dc981a2dcd48.zip | |
Fix FTBFS resulting from KCModule rename
| -rw-r--r-- | kiosktool/kcms/autostart/kcmautostart.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/kiosktool/kcms/autostart/kcmautostart.h b/kiosktool/kcms/autostart/kcmautostart.h index 72bd256..165994c 100644 --- a/kiosktool/kcms/autostart/kcmautostart.h +++ b/kiosktool/kcms/autostart/kcmautostart.h @@ -20,7 +20,7 @@  #define KCMAUTOSTART_H  #include <tqlistview.h> -#include <kcmodule.h> +#include <tdecmodule.h>  class KListView;  class TQStringList; | 
