diff options
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/inc/helper/msgbox.hxx | 2 | ||||
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/inc/helper/msgbox.hxx b/toolkit/inc/helper/msgbox.hxx index 299c7f9a1e9c..097aa37bc04e 100644 --- a/toolkit/inc/helper/msgbox.hxx +++ b/toolkit/inc/helper/msgbox.hxx @@ -19,7 +19,7 @@ #include <o3tl/typed_flags_set.hxx> #include <helper/btndlg.hxx> -#include <vcl/fixed.hxx> +#include <vcl/toolkit/fixed.hxx> // Window-Bits for MessageBoxen enum class MessBoxStyle diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index b7f6f2f43f91..540eba56a57c 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -89,7 +89,7 @@ #include <vcl/edit.hxx> #include <vcl/event.hxx> #include <vcl/toolkit/field.hxx> -#include <vcl/fixed.hxx> +#include <vcl/toolkit/fixed.hxx> #include <vcl/toolkit/fixedhyper.hxx> #include <vcl/floatwin.hxx> #include <vcl/fmtfield.hxx> |