summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2013-03-05 14:14:04 +0100
committerPetr Mladek <pmladek@suse.cz>2013-03-05 14:14:04 +0100
commit1934d3489e37fdc6558c2bc9e2c71b0de6883584 (patch)
tree51ebde4acf77ef2ed82a9c18528f82bca8488ed7 /desktop
parent67d1f24ad292aaf1dc256d7114a2dba88d8b351a (diff)
parent085f830c49d61f3eec433280ec465033eaa7babf (diff)
Merge branch 'distro/suse/suse-3.6' of ssh://logerrit/core into suse-3.6
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/app.cxx2
-rw-r--r--desktop/source/splash/splash.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 001eac7bee07..b71940a6e448 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -97,7 +97,7 @@
#include <svtools/fontsubstconfig.hxx>
#include <svtools/accessibilityoptions.hxx>
#include <svtools/apearcfg.hxx>
-#include <svtools/filter.hxx>
+#include <vcl/graphicfilter.hxx>
#include "langselect.hxx"
diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx
index 48510b19172c..20a5e7d02249 100644
--- a/desktop/source/splash/splash.cxx
+++ b/desktop/source/splash/splash.cxx
@@ -47,7 +47,7 @@
#include <vcl/graph.hxx>
#include <vcl/introwin.hxx>
#include <vcl/virdev.hxx>
-#include <svtools/filter.hxx>
+#include <vcl/graphicfilter.hxx>
#define NOT_LOADED ((long)-1)