summaryrefslogtreecommitdiff
path: root/src/urlbar/bookmarkwidget.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-05-27 22:58:44 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-05-27 23:34:32 +0200
commit807e20570cbfef6e258313565598905564f1bb86 (patch)
tree695b3c940bce02305224e5781a7c48b5a6fdab94 /src/urlbar/bookmarkwidget.h
parentRuntime Nepomuk tagging check (diff)
downloadrekonq-807e20570cbfef6e258313565598905564f1bb86.tar.xz
Kitchen sink clean up
- astyle - copyrights - (some) includes
Diffstat (limited to 'src/urlbar/bookmarkwidget.h')
-rw-r--r--src/urlbar/bookmarkwidget.h23
1 files changed, 13 insertions, 10 deletions
diff --git a/src/urlbar/bookmarkwidget.h b/src/urlbar/bookmarkwidget.h
index 41dd344e..6dc1b761 100644
--- a/src/urlbar/bookmarkwidget.h
+++ b/src/urlbar/bookmarkwidget.h
@@ -4,6 +4,7 @@
*
* Copyright (C) 2010-2011 by Yoann Laissus <yoann dot laissus at gmail dot com>
* Copyright (C) 2012 by Andrea Diamantini <adjam7 at gmail dot com>
+* Copyright (c) 2011-2012 by Phaneendra Hegde <pnh.pes@gmail.com>
*
*
* This program is free software; you can redistribute it and/or
@@ -37,10 +38,12 @@
#include "../config-nepomuk.h"
#ifdef HAVE_NEPOMUK
- // Nepomuk Includes
- #include <Nepomuk/Resource>
- #include <Nepomuk/Tag>
- #include <Nepomuk/Vocabulary/NFO>
+
+// Nepomuk Includes
+#include <Nepomuk/Resource>
+#include <Nepomuk/Tag>
+#include <Nepomuk/Vocabulary/NFO>
+
#endif
// Forward Declarations
@@ -59,28 +62,28 @@ public:
void showAt(const QPoint &pos);
-#ifdef HAVE_NEPOMUK
+#ifdef HAVE_NEPOMUK
void addTags(QList<Nepomuk::Tag>);
void parseTags();
void loadTags();
#endif
-
+
Q_SIGNALS:
void updateIcon();
private:
void setupFolderComboBox();
-
+
private Q_SLOTS:
void accept();
void removeBookmark();
#ifdef HAVE_NEPOMUK
- void setRatingSlot( int rate );
+ void setRatingSlot(int rate);
void addCommentSlot();
void linkToResourceSlot();
#endif
-
+
private:
KBookmark *m_bookmark;
KLineEdit *m_name;
@@ -89,7 +92,7 @@ private:
QPlainTextEdit *m_commentEdit;
QStringList m_tList;
-#ifdef HAVE_NEPOMUK
+#ifdef HAVE_NEPOMUK
Nepomuk::Resource m_nfoResource;
bool m_isNepomukEnabled;
#endif