diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-05-07 20:20:23 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-05-08 10:10:53 +0200 |
commit | 4d1d64ebd3ef8880459f1778d0a34a4ca15f87ca (patch) | |
tree | 3307903f9fe124d3ab99b6ad1ceed1a10b59fda5 /vcl/workben | |
parent | fe2bc1012932cbb6c902b9034d9d1497609e57a5 (diff) |
split button.hxx into toolkit-only piece
Change-Id: I792efb417504a3b55043ff4fc3fd3597a9b953f4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93678
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/workben')
-rw-r--r-- | vcl/workben/icontest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/icontest.cxx b/vcl/workben/icontest.cxx index d41f31c489b9..4b2bb7303e8b 100644 --- a/vcl/workben/icontest.cxx +++ b/vcl/workben/icontest.cxx @@ -32,7 +32,7 @@ #include <sal/log.hxx> #include <tools/stream.hxx> #include <vcl/builder.hxx> -#include <vcl/button.hxx> +#include <vcl/toolkit/button.hxx> #include <vcl/toolkit/dialog.hxx> #include <vcl/fixed.hxx> #include <vcl/graph.hxx> |