diff options
Diffstat (limited to 'vcl/source/window')
-rw-r--r-- | vcl/source/window/accessibility.cxx | 2 | ||||
-rw-r--r-- | vcl/source/window/builder.cxx | 2 | ||||
-rw-r--r-- | vcl/source/window/dlgctrl.cxx | 2 | ||||
-rw-r--r-- | vcl/source/window/tabdlg.cxx | 2 | ||||
-rw-r--r-- | vcl/source/window/window.cxx | 2 | ||||
-rw-r--r-- | vcl/source/window/window2.cxx | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/vcl/source/window/accessibility.cxx b/vcl/source/window/accessibility.cxx index 169c69451c5f..059585233a4d 100644 --- a/vcl/source/window/accessibility.cxx +++ b/vcl/source/window/accessibility.cxx @@ -18,7 +18,7 @@ */ #include <vcl/layout.hxx> -#include <vcl/fixed.hxx> +#include <vcl/toolkit/fixed.hxx> #include <vcl/window.hxx> #include <vcl/menu.hxx> #include <vcl/wrkwin.hxx> diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx index 7837320d30b5..cbb41e48056b 100644 --- a/vcl/source/window/builder.cxx +++ b/vcl/source/window/builder.cxx @@ -28,7 +28,7 @@ #include <vcl/toolkit/field.hxx> #include <vcl/fieldvalues.hxx> #include <vcl/fmtfield.hxx> -#include <vcl/fixed.hxx> +#include <vcl/toolkit/fixed.hxx> #include <vcl/toolkit/fixedhyper.hxx> #include <vcl/headbar.hxx> #include <vcl/IPrioritable.hxx> diff --git a/vcl/source/window/dlgctrl.cxx b/vcl/source/window/dlgctrl.cxx index 903a731405ce..30bba9b05c20 100644 --- a/vcl/source/window/dlgctrl.cxx +++ b/vcl/source/window/dlgctrl.cxx @@ -23,7 +23,7 @@ #include "dlgctrl.hxx" #include <vcl/event.hxx> -#include <vcl/fixed.hxx> +#include <vcl/toolkit/fixed.hxx> #include <vcl/layout.hxx> #include <vcl/svapp.hxx> #include <vcl/tabpage.hxx> diff --git a/vcl/source/window/tabdlg.cxx b/vcl/source/window/tabdlg.cxx index ab0f026d0a48..0bcf1e3e0e23 100644 --- a/vcl/source/window/tabdlg.cxx +++ b/vcl/source/window/tabdlg.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <vcl/fixed.hxx> +#include <vcl/toolkit/fixed.hxx> #include <vcl/layout.hxx> #include <vcl/tabctrl.hxx> #include <vcl/toolkit/tabdlg.hxx> diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index 438d6fc306fe..c0429c9b76be 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -32,7 +32,7 @@ #include <vcl/syswin.hxx> #include <vcl/dockwin.hxx> #include <vcl/wall.hxx> -#include <vcl/fixed.hxx> +#include <vcl/toolkit/fixed.hxx> #include <vcl/taskpanelist.hxx> #include <vcl/toolkit/unowrap.hxx> #include <vcl/lazydelete.hxx> diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx index 6e5bbc372cb9..cf0c74ca2d59 100644 --- a/vcl/source/window/window2.cxx +++ b/vcl/source/window/window2.cxx @@ -24,7 +24,7 @@ #include <vcl/toolkit/dialog.hxx> #include <vcl/event.hxx> -#include <vcl/fixed.hxx> +#include <vcl/toolkit/fixed.hxx> #include <vcl/layout.hxx> #include <vcl/timer.hxx> #include <vcl/window.hxx> |