]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/FormIndex.h
Mathed fix from Dekel, GNOME patch from Marko, language-code from Garst
[lyx.git] / src / frontends / gnome / FormIndex.h
index e246806b38e1cefbef5063999b724d1e6c73898d..864605033fc72bc601c538e0a1903061e358bea3 100644 (file)
@@ -21,7 +21,7 @@
 #include "support/utility.hpp"
 #include "insets/insetcommand.h"
 
-#include <gtk--/widget.h>
+#include <gtk--/container.h>
 #include <gnome--/entry.h>
 #include <gtk--/label.h>
 
@@ -71,7 +71,7 @@ private:
   Connection ih_;
 
   /// Real GUI implementation.
-  Gtk::Widget * dialog_;
+  Gtk::Container * dialog_;
   Gnome::Entry * keyword_;
   Gtk::Button * b_ok;
   Gtk::Button * b_cancel;