diff -r 809581724cc7 -r 0358f1d9c506 ui/gtk/toolbar.h --- a/ui/gtk/toolbar.h Sat Apr 15 21:06:45 2023 +0200 +++ b/ui/gtk/toolbar.h Mon May 22 16:17:26 2023 +0200 @@ -30,8 +30,8 @@ #define TOOLBAR_H #include "../ui/toolbar.h" -#include -#include +#include +#include #include "model.h" #include "tree.h" @@ -61,7 +61,7 @@ ui_callback callback; void *userdata; const char *varname; - UcxList *groups; + CxList *groups; int isimportant; }; @@ -71,7 +71,7 @@ ui_callback callback; void *userdata; const char *varname; - UcxList *groups; + CxList *groups; int isimportant; }; @@ -82,7 +82,7 @@ const char *stockid; UiInteger *value; const char *var; - UcxList *groups; + CxList *groups; int isimportant; };