diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-07-12 17:22:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-07-12 20:28:56 +0200 |
commit | bcea211b66910ee6cf6a51e4baa950b3f897e310 (patch) | |
tree | b642d3acecade37f7ea5530e36d5d248e6b31c5e /toolkit/inc | |
parent | fcadbd72c14b9337cb11e4afb5143bff44a83646 (diff) |
move CheckBox to toolkit-only headers
Change-Id: Id1b2dd11bd0ebd9c88cf7e86d990a1990d760b2e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98605
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'toolkit/inc')
-rw-r--r-- | toolkit/inc/controls/filectrl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/inc/controls/filectrl.hxx b/toolkit/inc/controls/filectrl.hxx index 1ffcb67e3441..9c98a10c2335 100644 --- a/toolkit/inc/controls/filectrl.hxx +++ b/toolkit/inc/controls/filectrl.hxx @@ -20,7 +20,7 @@ #pragma once #include <vcl/window.hxx> -#include <vcl/button.hxx> +#include <vcl/toolkit/button.hxx> class Edit; |