]> git.lyx.org Git - features.git/blobdiff - src/frontends/gnome/FormUrl.h
Fixes to insettabular/text + GNOME patch + KDE patch
[features.git] / src / frontends / gnome / FormUrl.h
index 4f0729d0c4e03e33fb829da9c2f8237bd3c8f075..572a8dd8161f3196dec3774d74cef51f414f3c49 100644 (file)
@@ -21,7 +21,7 @@
 #include "support/utility.hpp"
 #include "insets/insetcommand.h"
 
-#include <gtk--/widget.h>
+#include <gtk--/container.h>
 #include <gtk--/checkbutton.h>
 #include <gnome--/entry.h>
 #include <gtk--/button.h>
@@ -76,7 +76,7 @@ private:
   Connection ih_;
 
   /// Real GUI implementation.
-  Gtk::Widget * dialog_;
+  Gtk::Container * dialog_;
 
   Gtk::CheckButton * html_type_;