From df5b974b1b2bb1f2c1a4a3418486457e2633aeaa Mon Sep 17 00:00:00 2001 From: David Faure Date: Tue, 17 Nov 2009 15:12:10 +0000 Subject: try to fix compilation for people without nepomuk (dolphinmainwindow.cpp:1008: error: invalid use of incomplete type ‘struct DolphinSearchOptionsConfigurator’) 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(-) (limited to 'src/dolphinmainwindow.cpp') diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 10275ce8c..2b60044ce 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" -- cgit v1.3