summaryrefslogtreecommitdiff
path: root/src/urlbar/newresourcedialog.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-01-08 16:49:31 +0100
committerAndrea Diamantini <adjam7@gmail.com>2013-01-08 16:49:31 +0100
commit14299bca34712251a215a7d20feecab44426632b (patch)
treec5786687daf755bb488ca9dbaa156ca45eefe8a5 /src/urlbar/newresourcedialog.h
parentRestore Tab Windows when Restoring the Session (diff)
downloadrekonq-14299bca34712251a215a7d20feecab44426632b.tar.xz
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.
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 7aacb358..651c631c 100644
--- a/src/urlbar/newresourcedialog.h
+++ b/src/urlbar/newresourcedialog.h
@@ -32,17 +32,17 @@
#include <KDialog>
#include <KLineEdit>
-#include <Nepomuk2/Resource>
+#include <Nepomuk/Resource>
-namespace Nepomuk2
+namespace Nepomuk
{
class NewResourceDialog : public KDialog
{
Q_OBJECT
public:
- explicit NewResourceDialog(int index, Nepomuk2::Resource& nfoResource, QWidget* parent = 0);
+ explicit NewResourceDialog(int index, Nepomuk::Resource& nfoResource, QWidget* parent = 0);
virtual ~NewResourceDialog();
private Q_SLOTS: