aboutsummaryrefslogtreecommitdiffstats
path: root/filter/rule-editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'filter/rule-editor.h')
-rw-r--r--filter/rule-editor.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/filter/rule-editor.h b/filter/rule-editor.h
index df940db3e5..a184b81c16 100644
--- a/filter/rule-editor.h
+++ b/filter/rule-editor.h
@@ -24,9 +24,8 @@
#ifndef _RULE_EDITOR_H
#define _RULE_EDITOR_H
-#include <gtk/gtklist.h>
+#include <gtk/gtk.h>
#include <glade/glade.h>
-#include <libgnomeui/gnome-dialog.h>
#include "rule-context.h"
#include "filter-rule.h"
@@ -43,7 +42,7 @@ typedef struct _RuleEditorClass RuleEditorClass;
typedef struct _RuleEditorUndo RuleEditorUndo;
struct _RuleEditor {
- GnomeDialog parent_object;
+ GtkDialog parent_object;
GtkList *list;
RuleContext *context;
@@ -61,7 +60,7 @@ struct _RuleEditor {
};
struct _RuleEditorClass {
- GnomeDialogClass parent_class;
+ GtkDialogClass parent_class;
/* virtual methods */
void (*set_sensitive) (RuleEditor *);