diff options
Diffstat (limited to 'vcl/qa')
-rw-r--r-- | vcl/qa/cppunit/BitmapFilterTest.cxx | 2 | ||||
-rw-r--r-- | vcl/qa/cppunit/BitmapTest.cxx | 2 | ||||
-rw-r--r-- | vcl/qa/cppunit/canvasbitmaptest.cxx | 2 | ||||
-rw-r--r-- | vcl/qa/cppunit/outdev.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/vcl/qa/cppunit/BitmapFilterTest.cxx b/vcl/qa/cppunit/BitmapFilterTest.cxx index ade5acbc6271..a415043207a3 100644 --- a/vcl/qa/cppunit/BitmapFilterTest.cxx +++ b/vcl/qa/cppunit/BitmapFilterTest.cxx @@ -13,7 +13,7 @@ #include <cppunit/plugin/TestPlugIn.h> #include <vcl/bitmap.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <tools/stream.hxx> #include <vcl/graphicfilter.hxx> diff --git a/vcl/qa/cppunit/BitmapTest.cxx b/vcl/qa/cppunit/BitmapTest.cxx index fe8c933668d1..bc7324e2a902 100644 --- a/vcl/qa/cppunit/BitmapTest.cxx +++ b/vcl/qa/cppunit/BitmapTest.cxx @@ -15,7 +15,7 @@ #include <unordered_map> #include <vcl/bitmap.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <vcl/virdev.hxx> #include <rtl/strbuf.hxx> diff --git a/vcl/qa/cppunit/canvasbitmaptest.cxx b/vcl/qa/cppunit/canvasbitmaptest.cxx index b093275d921c..ec39dcce17c0 100644 --- a/vcl/qa/cppunit/canvasbitmaptest.cxx +++ b/vcl/qa/cppunit/canvasbitmaptest.cxx @@ -36,7 +36,7 @@ #include "vcl/canvastools.hxx" #include "vcl/dialog.hxx" #include "vcl/outdev.hxx" -#include "vcl/bmpacc.hxx" +#include "vcl/bitmapaccess.hxx" #include "vcl/virdev.hxx" #include "vcl/bitmapex.hxx" diff --git a/vcl/qa/cppunit/outdev.cxx b/vcl/qa/cppunit/outdev.cxx index a32ee7d3fd94..4a447701b0b3 100644 --- a/vcl/qa/cppunit/outdev.cxx +++ b/vcl/qa/cppunit/outdev.cxx @@ -12,7 +12,7 @@ #include <vcl/virdev.hxx> #include <vcl/salbtype.hxx> -#include <vcl/bmpacc.hxx> +#include <vcl/bitmapaccess.hxx> #include <vcl/wrkwin.hxx> #include <tools/stream.hxx> |