diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-02-10 10:10:45 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-02-10 10:10:45 +0100 |
commit | 09983747f71fd7bd8f8dc0cece1fe3b4a996ef72 (patch) | |
tree | 91e843d5e6242af8c4d7cee3722d4eddca97524a /src/urlbar/newresourcedialog.h | |
parent | SVN_SILENT made messages (.desktop file) (diff) | |
download | rekonq-09983747f71fd7bd8f8dc0cece1fe3b4a996ef72.tar.xz |
Restore rekonq migration to nepomuk2
Being kde 4.10 been released, we are ready to. I yet could not
understand if this compiles (without nepomuk) in 4.9.
CCMAIL:david.narvaez@computer.org
CCMAIL:me@vhanda.in
REVIEW: 108152
Diffstat (limited to 'src/urlbar/newresourcedialog.h')
-rw-r--r-- | src/urlbar/newresourcedialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/urlbar/newresourcedialog.h b/src/urlbar/newresourcedialog.h index 651c631c..7aacb358 100644 --- a/src/urlbar/newresourcedialog.h +++ b/src/urlbar/newresourcedialog.h @@ -32,17 +32,17 @@ #include <KDialog> #include <KLineEdit> -#include <Nepomuk/Resource> +#include <Nepomuk2/Resource> -namespace Nepomuk +namespace Nepomuk2 { class NewResourceDialog : public KDialog { Q_OBJECT public: - explicit NewResourceDialog(int index, Nepomuk::Resource& nfoResource, QWidget* parent = 0); + explicit NewResourceDialog(int index, Nepomuk2::Resource& nfoResource, QWidget* parent = 0); virtual ~NewResourceDialog(); private Q_SLOTS: |