aboutsummaryrefslogtreecommitdiff
path: root/src/krb5-auth-pwdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/krb5-auth-pwdialog.h')
-rw-r--r--src/krb5-auth-pwdialog.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/krb5-auth-pwdialog.h b/src/krb5-auth-pwdialog.h
index efd73e6..1e5c93d 100644
--- a/src/krb5-auth-pwdialog.h
+++ b/src/krb5-auth-pwdialog.h
@@ -23,7 +23,6 @@
#include <glib.h>
#include <glib-object.h>
-#include <glade/glade.h>
#include "config.h"
#include "gtksecentry.h"
@@ -49,7 +48,7 @@ typedef struct _KaPwDialogPrivate KaPwDialogPrivate;
GType ka_pwdialog_get_type (void);
/* public functions */
-KaPwDialog* ka_pwdialog_create(GladeXML *xml);
+KaPwDialog* ka_pwdialog_create(GtkBuilder *xml);
/* setup everything for the next prompting */
void ka_pwdialog_setup (KaPwDialog* pwdialog, const gchar *krb5prompt,
gboolean invalid_auth);
bgstack15