diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-05-13 15:58:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-05-20 20:24:32 +0200 |
commit | 4a231d1fc13fa13ec48e7d41d0a8c59a2527a3f4 (patch) | |
tree | 7dad1962b0d4c24d39a39f1a70fe80ef665865e4 /vcl/workben/vcldemo.cxx | |
parent | 68d161c6803654f4ce816af7e79371a2d3497b4f (diff) |
move ComboBox to toolkit-only headers
Change-Id: If5f0ab1fba8fa7302b7c0e8d2b25761ab64c97e1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94143
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/workben/vcldemo.cxx')
-rw-r--r-- | vcl/workben/vcldemo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx index 5ca05d716c85..13bdfed953bf 100644 --- a/vcl/workben/vcldemo.cxx +++ b/vcl/workben/vcldemo.cxx @@ -44,7 +44,7 @@ #include <vcl/virdev.hxx> #include <vcl/graphicfilter.hxx> #include <vcl/button.hxx> -#include <vcl/combobox.hxx> +#include <vcl/toolkit/combobox.hxx> #include <vcl/toolbox.hxx> #include <vcl/pngwrite.hxx> #include <vcl/floatwin.hxx> |