From ab6e758071ac9ac8ede21f34bd9d60607651a27f Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 22 Mar 2009 11:45:05 +0100 Subject: typo --- src/bookmarks.h | 6 ++++++ 1 file changed, 6 insertions(+) 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 #include @@ -31,8 +32,11 @@ #include #include + +// 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); }; + // ------------------------------------------------------------------------------ -- cgit v1.2.1