]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/blobdiff - panel-plugin/xfce4-hdaps.h
panel-plugin: replace XFCE_HVBOX with new GtkBox API.
[xfce4-hdaps.git] / panel-plugin / xfce4-hdaps.h
index c6a28303d9ff032102b115b0a02525dd933276da..9c1ac9c38578c8900f5b941dfb0da2623f507f9d 100644 (file)
@@ -24,7 +24,6 @@
 
 #include <gtk/gtk.h>
 #include <libxfce4panel/xfce-panel-plugin.h>
-#include <libxfce4panel/xfce-hvbox.h>
 #include <libxfce4util/libxfce4util.h>
 
 G_BEGIN_DECLS
@@ -36,8 +35,7 @@ typedef struct {
   GtkWidget   *eventbox;
   GtkWidget   *hvbox;
   GtkWidget   *icon;
-  GtkTooltips *tooltip;
-  
+
   /* A pointer to the timeout function.
      That is, a pointer to the function that gets
      executed every poll_frequency milliseconds. */