From 14299bca34712251a215a7d20feecab44426632b Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 8 Jan 2013 16:49:31 +0100 Subject: Revert "Rekonq Migration to Nepomuk2" This reverts commit 6d2519d373350b5e904fb421d688a665dd42c0c1. This let rekonq compile again. Nepomuk2 will be added back when KDE 4.10 will be released. --- src/urlbar/bookmarkwidget.h | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'src/urlbar/bookmarkwidget.h') diff --git a/src/urlbar/bookmarkwidget.h b/src/urlbar/bookmarkwidget.h index e6021c90..39f6fbd4 100644 --- a/src/urlbar/bookmarkwidget.h +++ b/src/urlbar/bookmarkwidget.h @@ -34,11 +34,14 @@ #include #include +// Nepomuk config include +#include + // Nepomuk Includes #ifdef HAVE_NEPOMUK -#include -#include -#include +#include +#include +#include #endif // Forward Declarations @@ -58,7 +61,7 @@ public: void showAt(const QPoint &pos); #ifdef HAVE_NEPOMUK - void addTags(QList); + void addTags(QList); void parseTags(); void loadTags(); #endif @@ -88,7 +91,7 @@ private: QStringList m_tList; #ifdef HAVE_NEPOMUK - Nepomuk2::Resource m_nfoResource; + Nepomuk::Resource m_nfoResource; bool m_isNepomukEnabled; #endif }; -- cgit v1.2.1