summaryrefslogtreecommitdiff
path: root/src/urlbar/newresourcedialog.h
diff options
context:
space:
mode:
authorDavid E. Narváez <david.narvaez@computer.org>2013-01-07 12:30:23 -0500
committerDavid E. Narváez <david.narvaez@computer.org>2013-01-07 12:30:23 -0500
commit6d2519d373350b5e904fb421d688a665dd42c0c1 (patch)
tree5f76950325088ee14091ae1baf15a9d9e7d48e7a /src/urlbar/newresourcedialog.h
parentMake it compile (diff)
downloadrekonq-6d2519d373350b5e904fb421d688a665dd42c0c1.tar.xz
Rekonq Migration to Nepomuk2
Ran the Nepomuk migration script and added a directory with code that has not yet been ported to Nepomuk2. Also did some CMake changes to be able to drop the config-nepomuk.h.cmake file. REVIEW: 108152
Diffstat (limited to 'src/urlbar/newresourcedialog.h')
-rw-r--r--src/urlbar/newresourcedialog.h6
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: