diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-05 20:59:42 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-06 12:16:52 +0100 |
commit | 6245dba005eb35525886d16856b6e8cde9ddb105 (patch) | |
tree | 9455d3f07c35cfa9a8a46a6ce15111b8a72c1cf2 /vcl/inc/managedmenubutton.hxx | |
parent | 69c546e1e7a697217f273baa7c1729ff823efd76 (diff) |
move MenuButton to vcl/toolkit
Change-Id: I3f228c36e3f35ba54cab2ee87fcfbbae7992668d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107265
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/managedmenubutton.hxx')
-rw-r--r-- | vcl/inc/managedmenubutton.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/managedmenubutton.hxx b/vcl/inc/managedmenubutton.hxx index d80655288215..d6e8f29321d8 100644 --- a/vcl/inc/managedmenubutton.hxx +++ b/vcl/inc/managedmenubutton.hxx @@ -9,7 +9,7 @@ #pragma once -#include <vcl/menubtn.hxx> +#include <vcl/toolkit/menubtn.hxx> #include <com/sun/star/awt/XPopupMenu.hpp> #include <com/sun/star/frame/XPopupMenuController.hpp> |