From 3aa717e2c5e91f50648740e6c11e0657d77976fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Ander=20Pe=C3=B1alba?= Date: Tue, 17 Aug 2010 21:44:27 +0200 Subject: All insertion and deletion of bookmarks code moved to the same place (BookmarkOwner) --- src/bookmarks/bookmarkscontextmenu.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/bookmarks/bookmarkscontextmenu.h') diff --git a/src/bookmarks/bookmarkscontextmenu.h b/src/bookmarks/bookmarkscontextmenu.h index 2ef8e5a7..c32c5962 100644 --- a/src/bookmarks/bookmarkscontextmenu.h +++ b/src/bookmarks/bookmarkscontextmenu.h @@ -27,10 +27,7 @@ #ifndef BOOKMARKCONTEXTMENU_H #define BOOKMARKCONTEXTMENU_H -// Local Includes -#include "application.h" - -// Qt Includes +// KDE Includes #include @@ -41,7 +38,7 @@ class BookmarksContextMenu : public KBookmarkContextMenu public: BookmarksContextMenu(const KBookmark & bk, KBookmarkManager * manager, KBookmarkOwner *owner, QWidget * parent = 0); ~BookmarksContextMenu(); - + virtual void addActions(); private slots: -- cgit v1.2.1