diff options
Diffstat (limited to 'modules/calendar/e-cal-shell-settings.h')
-rw-r--r-- | modules/calendar/e-cal-shell-settings.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/calendar/e-cal-shell-settings.h b/modules/calendar/e-cal-shell-settings.h index de8b22888b..5f7293bbed 100644 --- a/modules/calendar/e-cal-shell-settings.h +++ b/modules/calendar/e-cal-shell-settings.h @@ -1,5 +1,5 @@ /* - * e-cal-shell-backend-settings.h + * e-cal-shell-settings.h * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -19,8 +19,8 @@ * */ -#ifndef E_CAL_SHELL_BACKEND_SETTINGS_H -#define E_CAL_SHELL_BACKEND_SETTINGS_H +#ifndef E_CAL_SHELL_SETTINGS_H +#define E_CAL_SHELL_SETTINGS_H #include <shell/e-shell.h> @@ -30,4 +30,4 @@ void e_cal_shell_backend_init_settings (EShell *shell); G_END_DECLS -#endif /* E_CAL_SHELL_BACKEND_SETTINGS_H */ +#endif /* E_CAL_SHELL_SETTINGS_H */ |