From d9706ec25a5d8d10180d8bf78e1dee49fb1c4195 Mon Sep 17 00:00:00 2001 From: Marijn Kruisselbrink Date: Wed, 5 Mar 2008 19:06:03 +0000 Subject: [PATCH] make this compile on non-X11 platforms all the code that uses X11 is already ifdef-ed out, just the include wasn't yet. svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=782684 --- theme.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme.cpp b/theme.cpp index f6a59ccd1..62e1e77af 100644 --- a/theme.cpp +++ b/theme.cpp @@ -21,7 +21,9 @@ #include #include +#ifdef Q_WS_X11 #include +#endif #include #include