]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/brushexport/support.h
Merge branch 'NateEag-master-patch-12920' into 'master'
[xonotic/netradiant.git] / contrib / brushexport / support.h
index e8f4cb045d5d75ba3d0fc308242c86cd49bae524..20116a1341a83af38806447a1ea48f81a7dd0b71 100644 (file)
@@ -3,10 +3,10 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#  include <config.h>
+#include <config.h>
 #endif
 
-#include <gtk/gtk.h>
+#include <uilib/uilib.h>
 
 /*
  * Public Functions.
@@ -18,5 +18,5 @@
  * or alternatively any widget in the component, and the name of the widget
  * you want returned.
  */
-GtkWidget*  lookup_widget( GtkWidget       *widget,
+ui::Widget lookup_widget(ui::Widget       widget,
                                                   const gchar     *widget_name );