┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorSebastian Trueg <[email protected]>2007-06-11 21:46:04 +0000
committerSebastian Trueg <[email protected]>2007-06-11 21:46:04 +0000
commitb2547cf9a48356fa8db847bbb6b713f699d48814 (patch)
tree395cb893c41a32d11a3b7e1c8b38f32ab0cb152a /src/dolphinmainwindow.cpp
parent53a66dee984ea7fa0ee1744d440baa384976ca8d (diff)
Adapt Dolphin Nepomuk support to namespace changes.
svn path=/trunk/KDE/kdebase/apps/; revision=674158
Diffstat (limited to 'src/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 8467a545a..0dc26b63b 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -21,7 +21,7 @@
#include "dolphinmainwindow.h"
-#include <config-kmetadata.h>
+#include "config-nepomuk.h"
#include "dolphinapplication.h"
#include "dolphinnewmenu.h"
@@ -1000,7 +1000,7 @@ void DolphinMainWindow::init()
// assure a proper default size if Dolphin runs the first time
resize(700, 500);
}
-#ifdef HAVE_KMETADATA
+#ifdef HAVE_NEPOMUK
if (!MetaDataWidget::metaDataAvailable())
activeViewContainer()->statusBar()->setMessage(i18n("Failed to contact Nepomuk service, annotation and tagging are disabled."), DolphinStatusBar::Error);
#endif