summaryrefslogtreecommitdiff
path: root/sensors-applet/sensors-applet.h
diff options
context:
space:
mode:
Diffstat (limited to 'sensors-applet/sensors-applet.h')
-rw-r--r--sensors-applet/sensors-applet.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sensors-applet/sensors-applet.h b/sensors-applet/sensors-applet.h
index 0cd35ec..fda92b5 100644
--- a/sensors-applet/sensors-applet.h
+++ b/sensors-applet/sensors-applet.h
@@ -27,8 +27,8 @@
#include "config.h"
#endif /* HAVE_CONFIG_H */
-#ifdef HAVE_LIBMATENOTIFY
-#include <libmatenotify/notify.h>
+#ifdef HAVE_LIBNOTIFY
+#include <libnotify/notify.h>
#endif
typedef struct _ActiveSensor ActiveSensor;
@@ -138,9 +138,9 @@ struct _SensorsApplet {
GSettings *settings;
-#ifdef HAVE_LIBMATENOTIFY
+#ifdef HAVE_LIBNOTIFY
NotifyNotification *notification;
-#endif // HAVE_LIBMATENOTIFY
+#endif // HAVE_LIBNOTIFY
};