diff options
| author | Emmanuel Pescosta <[email protected]> | 2012-10-15 21:46:59 +0200 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2012-10-15 21:46:59 +0200 |
| commit | a9b04801db0d981db4eb26b282da8ac7de77d32d (patch) | |
| tree | effe242cd88d30a82fc7b9a366b2dae679a52198 /src/search/dolphinfacetswidget.h | |
| parent | c239ae19de0e9aa8d27dc6b1b813421bdb7379fa (diff) | |
Port Dolphin from Nepomuk to Nepomuk2 according to the Nepomuk2Port mini guide on techbase - http://techbase.kde.org/Projects/Nepomuk/Nepomuk2Port
REVIEW: 106825
Diffstat (limited to 'src/search/dolphinfacetswidget.h')
| -rw-r--r-- | src/search/dolphinfacetswidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/search/dolphinfacetswidget.h b/src/search/dolphinfacetswidget.h index 65734aa66..57bed9e68 100644 --- a/src/search/dolphinfacetswidget.h +++ b/src/search/dolphinfacetswidget.h @@ -24,7 +24,7 @@ #include <config-nepomuk.h> #ifdef HAVE_NEPOMUK - #include <Nepomuk/Query/Term> + #include <Nepomuk2/Query/Term> #endif class QButtonGroup; @@ -56,7 +56,7 @@ public: virtual ~DolphinFacetsWidget(); #ifdef HAVE_NEPOMUK - Nepomuk::Query::Term facetsTerm() const; + Nepomuk2::Query::Term facetsTerm() const; #endif signals: |
