summaryrefslogtreecommitdiff
path: root/test/gkbd-indicator-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/gkbd-indicator-test.c')
-rw-r--r--test/gkbd-indicator-test.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/test/gkbd-indicator-test.c b/test/gkbd-indicator-test.c
index 3401d30..120c7f1 100644
--- a/test/gkbd-indicator-test.c
+++ b/test/gkbd-indicator-test.c
@@ -31,7 +31,8 @@
#include <gdk/gdkscreen.h>
#include <gdk/gdkx.h>
-#include <gnome.h>
+#include <glib/gi18n.h>
+#include <gtk/gtk.h>
#include <glade/glade.h>
#include "X11/XKBlib.h"
@@ -48,10 +49,7 @@ main (int argc, char **argv)
textdomain (GETTEXT_PACKAGE);
/* Different data dir defs in g-a and g-c-c */
- gnome_program_init ("gkbd-indicator-test", VERSION,
- LIBGNOMEUI_MODULE, argc, argv,
- GNOME_PARAM_APP_DATADIR, DATADIR, NULL);
-
+ gtk_init (&argc, &argv);
glade_gnome_init ();
mainwin = gtk_window_new (GTK_WINDOW_TOPLEVEL);