]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commitdiff
panel-plugin: switch from xfce-panel-plugin.h to libxfce4panel.h.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 8 Feb 2021 18:33:42 +0000 (13:33 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 8 Feb 2021 18:33:42 +0000 (13:33 -0500)
Apparently the former was removed from libxfce4panel-4.15.

panel-plugin/xfce4-hdaps-dialogs.c
panel-plugin/xfce4-hdaps.h

index 8851614a97a095b2cd9654f8f957aed7726d6c4b..5624ba82a61210cae9a29f328dc8d662e6e304b1 100644 (file)
@@ -26,7 +26,7 @@
 #include <string.h>
 #include <gtk/gtk.h>
 #include <libxfce4ui/libxfce4ui.h>
-#include <libxfce4panel/xfce-panel-plugin.h>
+#include <libxfce4panel/libxfce4panel.h>
 #include "xfce4-hdaps-dialogs.h"
 #include "hdaps.h"
 
index 08f54fb49fcad5121382891c00b592e432792372..892c5b66fbc18be3facf7b1535358f1ec18ec9de 100644 (file)
@@ -23,7 +23,7 @@
 #define __XFCE4_HDAPS_H__
 
 #include <gtk/gtk.h>
-#include <libxfce4panel/xfce-panel-plugin.h>
+#include <libxfce4panel/libxfce4panel.h>
 #include <libxfce4util/libxfce4util.h>
 
 G_BEGIN_DECLS