┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2009-11-17 15:12:10 +0000
committerDavid Faure <[email protected]>2009-11-17 15:12:10 +0000
commitdf5b974b1b2bb1f2c1a4a3418486457e2633aeaa (patch)
tree0fa1083b2ab1ff61a728d9b81e666a221b7a0f64 /src/dolphinmainwindow.cpp
parentfb1380b1835564816ce33c5735480ec413b83ac2 (diff)
try to fix compilation for people without nepomuk (dolphinmainwindow.cpp:1008: error: invalid use of incomplete type ‘struct DolphinSearchOptionsConfigurator’)
svn path=/trunk/KDE/kdebase/apps/; revision=1050534
Diffstat (limited to 'src/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp4
1 files changed, 1 insertions, 3 deletions
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 <config-nepomuk.h>
-#ifdef HAVE_NEPOMUK
- #include "search/dolphinsearchoptionsconfigurator.h"
-#endif
+#include "search/dolphinsearchoptionsconfigurator.h"
#include "dolphinapplication.h"
#include "dolphinnewmenu.h"