summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-07-12 17:22:54 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-07-12 20:28:56 +0200
commitbcea211b66910ee6cf6a51e4baa950b3f897e310 (patch)
treeb642d3acecade37f7ea5530e36d5d248e6b31c5e /toolkit
parentfcadbd72c14b9337cb11e4afb5143bff44a83646 (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')
-rw-r--r--toolkit/inc/controls/filectrl.hxx2
-rw-r--r--toolkit/source/awt/vclxwindows.cxx2
2 files changed, 2 insertions, 2 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;
diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx
index e630919b206e..f3a41f03f7dd 100644
--- a/toolkit/source/awt/vclxwindows.cxx
+++ b/toolkit/source/awt/vclxwindows.cxx
@@ -42,7 +42,7 @@
#include <controls/filectrl.hxx>
#include <svl/zforlist.hxx>
-#include <vcl/button.hxx>
+#include <vcl/toolkit/button.hxx>
#include <vcl/toolkit/fmtfield.hxx>
#include <vcl/graph.hxx>
#include <vcl/toolkit/lstbox.hxx>