diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell-content.c | 4 | ||||
-rw-r--r-- | shell/e-shell-migrate.c | 2 | ||||
-rw-r--r-- | shell/e-shell-sidebar.c | 2 | ||||
-rw-r--r-- | shell/e-shell-window-private.h | 4 | ||||
-rw-r--r-- | shell/e-shell.h | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/shell/e-shell-content.c b/shell/e-shell-content.c index 069e0bfa83..baf3173b23 100644 --- a/shell/e-shell-content.c +++ b/shell/e-shell-content.c @@ -35,8 +35,8 @@ #include <libebackend/e-extensible.h> #include "e-util/e-util.h" -#include "e-util/e-alert-dialog.h" -#include "e-util/e-alert-sink.h" +#include "libevolution-utils/e-alert-dialog.h" +#include "libevolution-utils/e-alert-sink.h" #include "filter/e-rule-editor.h" #include "widgets/misc/e-action-combo-box.h" #include "widgets/misc/e-alert-bar.h" diff --git a/shell/e-shell-migrate.c b/shell/e-shell-migrate.c index 3efddee61d..468d8733b0 100644 --- a/shell/e-shell-migrate.c +++ b/shell/e-shell-migrate.c @@ -32,7 +32,7 @@ #include <glib/gstdio.h> #include <libedataserver/e-xml-utils.h> -#include "e-util/e-alert-dialog.h" +#include "libevolution-utils/e-alert-dialog.h" #include "e-util/e-file-utils.h" #include "e-util/e-util.h" diff --git a/shell/e-shell-sidebar.c b/shell/e-shell-sidebar.c index b7e523f733..040d35fac1 100644 --- a/shell/e-shell-sidebar.c +++ b/shell/e-shell-sidebar.c @@ -33,7 +33,7 @@ #include <libebackend/e-extensible.h> -#include <e-util/e-alert-sink.h> +#include <libevolution-utils/e-alert-sink.h> #include <e-util/e-unicode.h> #include <shell/e-shell-view.h> diff --git a/shell/e-shell-window-private.h b/shell/e-shell-window-private.h index d1aef9b61a..cbb027ca8a 100644 --- a/shell/e-shell-window-private.h +++ b/shell/e-shell-window-private.h @@ -31,8 +31,8 @@ #include <e-util/e-util.h> #include <e-util/e-util-private.h> -#include <e-util/e-alert-dialog.h> -#include <e-util/e-alert-sink.h> +#include <libevolution-utils/e-alert-dialog.h> +#include <libevolution-utils/e-alert-sink.h> #include <e-util/e-plugin-ui.h> #include <widgets/misc/e-alert-bar.h> #include <widgets/misc/e-import-assistant.h> diff --git a/shell/e-shell.h b/shell/e-shell.h index 04a8a18ee2..ffff239f6f 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -23,7 +23,7 @@ #define E_SHELL_H #include <e-util/e-activity.h> -#include <e-util/e-alert.h> +#include <libevolution-utils/e-alert.h> #include <shell/e-shell-common.h> #include <shell/e-shell-backend.h> |