diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-05-29 00:13:34 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-05-29 00:13:34 +0200 |
commit | d5fd357af9f14fb61011d5dbebd9a9fb7f11824a (patch) | |
tree | e8d090a1ae565ed617b0370f9f6ffd841cf1330b /src/bookmarks/bookmarkscontextmenu.cpp | |
parent | Fixed some warnings. (diff) | |
download | rekonq-d5fd357af9f14fb61011d5dbebd9a9fb7f11824a.tar.xz |
Let Opera sync handler being optional
Diffstat (limited to 'src/bookmarks/bookmarkscontextmenu.cpp')
-rw-r--r-- | src/bookmarks/bookmarkscontextmenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |