summaryrefslogtreecommitdiff
path: root/vcl/unx/kde4
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-10-07 12:41:35 +0100
committerMichael Meeks <michael.meeks@suse.com>2011-10-25 13:41:53 +0100
commit8d068d15b2dae039600aaa7bac7299055ce7aea8 (patch)
treeb2616f0fcf210109f42e79941118542421fa53e5 /vcl/unx/kde4
parent1a779145378b40eb717f5cf9e850cf7794490268 (diff)
generic: share the PspGraphics code between gtk/unx and svp
Diffstat (limited to 'vcl/unx/kde4')
-rw-r--r--vcl/unx/kde4/KDESalFrame.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/vcl/unx/kde4/KDESalFrame.cxx b/vcl/unx/kde4/KDESalFrame.cxx
index 4661160dcdf0..a484ea28a701 100644
--- a/vcl/unx/kde4/KDESalFrame.cxx
+++ b/vcl/unx/kde4/KDESalFrame.cxx
@@ -49,13 +49,12 @@
#include <tools/color.hxx>
-#include <vcl/settings.hxx>
#include <vcl/font.hxx>
+#include <vcl/settings.hxx>
+#include <vcl/fontmanager.hxx>
#include <svdata.hxx>
-#include <generic/pspgraphics.h>
-
#if OSL_DEBUG_LEVEL > 1
#include <stdio.h>
#endif