aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/share-folder.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/groupwise-features/share-folder.h')
-rw-r--r--plugins/groupwise-features/share-folder.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/groupwise-features/share-folder.h b/plugins/groupwise-features/share-folder.h
index 8f1f935061..138266ccef 100644
--- a/plugins/groupwise-features/share-folder.h
+++ b/plugins/groupwise-features/share-folder.h
@@ -24,13 +24,10 @@
#ifndef __SHARE_FOLDER_H__
#define __SHARE_FOLDER_H__
-G_BEGIN_DECLS
-
#include <gtk/gtk.h>
#include <camel/camel-store.h>
#include <e-gw-connection.h>
#include <libedataserverui/e-name-selector.h>
-#include <glade/glade-xml.h>
#define _SHARE_FOLDER_TYPE (share_folder_get_type ())
#define SHARE_FOLDER(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), SHARE_FOLDER, ShareFolder))
@@ -38,13 +35,15 @@ G_BEGIN_DECLS
#define IS_SHARE_FOLDER(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), SHARE_FOLDER_TYPE))
#define IS_SHARE_FOLDER_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), SHARE_FOLDER_TYPE))
+G_BEGIN_DECLS
+
typedef struct _ShareFolder ShareFolder;
typedef struct _ShareFolderClass ShareFolderClass;
struct _ShareFolder {
GtkVBox parent_object;
- GladeXML *xml;
+ GtkBuilder *builder;
/* General tab */