diff options
Diffstat (limited to 'src/ui/accounts.h')
-rw-r--r-- | src/ui/accounts.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/accounts.h b/src/ui/accounts.h index a48411d..2ca55b5 100644 --- a/src/ui/accounts.h +++ b/src/ui/accounts.h @@ -32,7 +32,7 @@ #include <gnunet/gnunet_chat_lib.h> #include <gnunet/gnunet_util_lib.h> -#include "account_create.h" +#include "account_create_dialog.h" struct MESSENGER_Application; @@ -46,7 +46,7 @@ typedef struct UI_ACCOUNTS_Handle struct GNUNET_CHAT_Account *selected; - UI_ACCOUNT_CREATE_Handle create; + UI_ACCOUNT_CREATE_DIALOG_Handle create_dialog; } UI_ACCOUNTS_Handle; void |