diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-07 11:35:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-06 12:17:22 +0100 |
commit | 2b7a38bbf689e9872c0e739936e43953f105c01d (patch) | |
tree | c2ca0031787fc109469e38edd989bf4b69c78e16 /vcl/workben | |
parent | 6245dba005eb35525886d16856b6e8cde9ddb105 (diff) |
move Button to vcl/toolkit
Change-Id: I11e4fbab2e70342683febacf444fbe08dabf2417
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107346
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/workben')
-rw-r--r-- | vcl/workben/svpclient.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/svpclient.cxx b/vcl/workben/svpclient.cxx index 5bff9a819135..07153f100016 100644 --- a/vcl/workben/svpclient.cxx +++ b/vcl/workben/svpclient.cxx @@ -29,7 +29,7 @@ #include <vcl/event.hxx> #include <vcl/svapp.hxx> #include <vcl/wrkwin.hxx> -#include <vcl/button.hxx> +#include <vcl/toolkit/button.hxx> #include <vcl/toolkit/fixed.hxx> #include <vcl/toolkit/lstbox.hxx> #include <vcl/bitmapex.hxx> |