From d5fd357af9f14fb61011d5dbebd9a9fb7f11824a Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 29 May 2012 00:13:34 +0200 Subject: Let Opera sync handler being optional --- src/bookmarks/bookmarkowner.cpp | 2 +- src/bookmarks/bookmarkowner.h | 2 +- src/bookmarks/bookmarkscontextmenu.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/bookmarks') diff --git a/src/bookmarks/bookmarkowner.cpp b/src/bookmarks/bookmarkowner.cpp index 3aa3b8d3..430ec5c3 100644 --- a/src/bookmarks/bookmarkowner.cpp +++ b/src/bookmarks/bookmarkowner.cpp @@ -47,7 +47,7 @@ #include // Nepomuk config include -#include "../config-nepomuk.h" +#include "config-nepomuk.h" #ifdef HAVE_NEPOMUK // Local Nepomuk Includes diff --git a/src/bookmarks/bookmarkowner.h b/src/bookmarks/bookmarkowner.h index 01a5c480..f0b238b9 100644 --- a/src/bookmarks/bookmarkowner.h +++ b/src/bookmarks/bookmarkowner.h @@ -35,7 +35,7 @@ #include "rekonq_defines.h" // Nepomuk config include -#include "../config-nepomuk.h" +#include "config-nepomuk.h" // KDE Includes #include diff --git a/src/bookmarks/bookmarkscontextmenu.cpp b/src/bookmarks/bookmarkscontextmenu.cpp index cd2ab5c7..65f7994f 100644 --- a/src/bookmarks/bookmarkscontextmenu.cpp +++ b/src/bookmarks/bookmarkscontextmenu.cpp @@ -29,7 +29,7 @@ #include "bookmarkscontextmenu.h" // Nepomuk config include -#include "../config-nepomuk.h" +#include "config-nepomuk.h" // Local Includes #include "bookmarkowner.h" -- cgit v1.2.1