summaryrefslogtreecommitdiff
path: root/src/bookmarks.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-03-22 11:45:05 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-03-22 11:45:05 +0100
commitab6e758071ac9ac8ede21f34bd9d60607651a27f (patch)
tree2a1b69319c343ebcbc8823707a2d0236a2c40e05 /src/bookmarks.h
parentUpdated TODO (diff)
downloadrekonq-ab6e758071ac9ac8ede21f34bd9d60607651a27f.tar.xz
typo
Diffstat (limited to 'src/bookmarks.h')
-rw-r--r--src/bookmarks.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bookmarks.h b/src/bookmarks.h
index 7b4bcdef..d6e74baa 100644
--- a/src/bookmarks.h
+++ b/src/bookmarks.h
@@ -22,6 +22,7 @@
#ifndef BOOKMARKS_H
#define BOOKMARKS_H
+
// KDE Includes
#include <KBookmarkOwner>
#include <KBookmarkManager>
@@ -31,8 +32,11 @@
#include <KActionCollection>
#include <KMainWindow>
+
+// Forward Declarations
class MainWindow;
+
/**
* Inherited from KBookmarkOwner, this class allows to manage
* bookmarks as actions
@@ -101,6 +105,7 @@ private:
// ------------------------------------------------------------------------------
+
/**
* This class represent the rekonq bookmarks menu.
* It's just a simple class inherited from KBookmarkMenu
@@ -119,6 +124,7 @@ public:
KMenu *viewContextMenu(QAction* action);
};
+
// ------------------------------------------------------------------------------