From b6cf6cc6846755f11b1c8ebce28ea7f8b7c6e77d Mon Sep 17 00:00:00 2001 From: Maciej Mrozowski Date: Mon, 21 Dec 2009 20:58:28 +0000 Subject: [PATCH] Revert r1053349 - this file is included alread when HAVE_NEPOMUK is defined - no need to do it twice. This fixed compilation without nepomuk libs. svn path=/trunk/KDE/kdebase/apps/; revision=1064809 --- src/dolphinmainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index bcff50cea6..e1cc130956 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -31,7 +31,6 @@ #include "dolphinapplication.h" #include "dolphinnewmenu.h" #include "search/dolphinsearchbox.h" -#include "search/dolphinsearchoptionsconfigurator.h" #include "settings/dolphinsettings.h" #include "settings/dolphinsettingsdialog.h" #include "dolphinviewcontainer.h"