diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-call-window.c | 2 | ||||
-rw-r--r-- | src/empathy-chat-window.c | 2 | ||||
-rw-r--r-- | src/empathy-event-manager.c | 2 | ||||
-rw-r--r-- | src/empathy-main-window.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index 00ea56728..4d2d99c27 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -44,7 +44,7 @@ #include <libempathy-gtk/empathy-audio-sink.h> #include <libempathy-gtk/empathy-video-src.h> #include <libempathy-gtk/empathy-ui-utils.h> -#include <libempathy-gtk/empathy-sound.h> +#include <libempathy-gtk/empathy-sound-manager.h> #include <libempathy-gtk/empathy-geometry.h> #include <libempathy-gtk/empathy-images.h> diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 6616a18d7..97514e63d 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -51,7 +51,7 @@ #include <libempathy-gtk/empathy-log-window.h> #include <libempathy-gtk/empathy-geometry.h> #include <libempathy-gtk/empathy-smiley-manager.h> -#include <libempathy-gtk/empathy-sound.h> +#include <libempathy-gtk/empathy-sound-manager.h> #include <libempathy-gtk/empathy-ui-utils.h> #include <libempathy-gtk/empathy-notify-manager.h> diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c index e40d1c25f..0877c2699 100644 --- a/src/empathy-event-manager.c +++ b/src/empathy-event-manager.c @@ -43,7 +43,7 @@ #include <libempathy-gtk/empathy-images.h> #include <libempathy-gtk/empathy-contact-dialogs.h> -#include <libempathy-gtk/empathy-sound.h> +#include <libempathy-gtk/empathy-sound-manager.h> #include "empathy-event-manager.h" #include "empathy-main-window.h" diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index cdf0deddb..8b9661838 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -60,7 +60,7 @@ #include <libempathy-gtk/empathy-new-call-dialog.h> #include <libempathy-gtk/empathy-log-window.h> #include <libempathy-gtk/empathy-presence-chooser.h> -#include <libempathy-gtk/empathy-sound.h> +#include <libempathy-gtk/empathy-sound-manager.h> #include <libempathy-gtk/empathy-ui-utils.h> #include "empathy-accounts-dialog.h" |