From df5b974b1b2bb1f2c1a4a3418486457e2633aeaa Mon Sep 17 00:00:00 2001 From: David Faure Date: Tue, 17 Nov 2009 15:12:10 +0000 Subject: [PATCH] =?UTF-8?q?try=20to=20fix=20compilation=20for=20people=20w?= =?UTF-8?q?ithout=20nepomuk=20(dolphinmainwindow.cpp:1008:=20error:=20inva?= =?UTF-8?q?lid=20use=20of=20incomplete=20type=20=E2=80=98struct=20DolphinS?= =?UTF-8?q?earchOptionsConfigurator=E2=80=99)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/KDE/kdebase/apps/; revision=1050534 --- src/dolphinmainwindow.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 10275ce8c6..2b60044ce3 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -24,9 +24,7 @@ #include "dolphinremoteencoding.h" #include -#ifdef HAVE_NEPOMUK - #include "search/dolphinsearchoptionsconfigurator.h" -#endif +#include "search/dolphinsearchoptionsconfigurator.h" #include "dolphinapplication.h" #include "dolphinnewmenu.h"