diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-08-18 15:55:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-08-19 10:12:19 +0200 |
commit | cee0a2a93e2956e1a29019ef3ca92d4dd5d69c1f (patch) | |
tree | fc8d35f6b84e046ccf44bfe9d0d0b2d8e3f01f5d /vcl/source/window/builder.cxx | |
parent | 44f7674ffda49257dcc1709256dfc4676d12165c (diff) |
move VclMultiLineEdit to toolkit-only headers
Change-Id: I2e8728061e484f79768fcfe67d674cb76367a94d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100951
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/window/builder.cxx')
-rw-r--r-- | vcl/source/window/builder.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx index b0cb0e053fce..020ea6c5f74c 100644 --- a/vcl/source/window/builder.cxx +++ b/vcl/source/window/builder.cxx @@ -47,7 +47,7 @@ #include <vcl/toolkit/throbber.hxx> #include <vcl/toolbox.hxx> #include <vcl/toolkit/treelistentry.hxx> -#include <vcl/vclmedit.hxx> +#include <vcl/toolkit/vclmedit.hxx> #include <vcl/settings.hxx> #include <slider.hxx> #include <vcl/weld.hxx> |