diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:04:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:04:42 -0600 |
commit | 952b00e86716aaa96c6b7d13d8c291d0d1c00880 (patch) | |
tree | fa87ae829e938ad8b73766f9491339786513e8f7 /src | |
parent | 2b627f25a5d2e4a1dd8151b3be8c59a27d276cf7 (diff) | |
download | kcmautostart-952b00e86716aaa96c6b7d13d8c291d0d1c00880.tar.gz kcmautostart-952b00e86716aaa96c6b7d13d8c291d0d1c00880.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src')
-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 10bd201..d163ae2 100644 --- a/src/autostart.h +++ b/src/autostart.h @@ -25,7 +25,7 @@ #define _AUTOSTART_H_ #include <tdecmodule.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <kpushbutton.h> #include <tdelistview.h> #include <tdefileitem.h> |