diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-09-02 17:32:28 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-09-02 17:32:28 +0200 |
commit | a4c70a0ffdba0c84664944645b12778f5142320b (patch) | |
tree | 3087d9447698506dfa61d4f5b6b190f1b15f5616 /src/bookmarks/bookmarkscontextmenu.h | |
parent | Code Review. (diff) | |
parent | Fix compile again ... (diff) | |
download | rekonq-a4c70a0ffdba0c84664944645b12778f5142320b.tar.xz |
Merge commit 'refs/merge-requests/197' of git://gitorious.org/rekonq/mainline into m197
Conflicts:
src/bookmarks/bookmarkprovider.h
I also changed a iconmanager header inclusion :)
Diffstat (limited to 'src/bookmarks/bookmarkscontextmenu.h')
-rw-r--r-- | src/bookmarks/bookmarkscontextmenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/bookmarkscontextmenu.h b/src/bookmarks/bookmarkscontextmenu.h index a6691fdd..d669eef6 100644 --- a/src/bookmarks/bookmarkscontextmenu.h +++ b/src/bookmarks/bookmarkscontextmenu.h @@ -47,7 +47,7 @@ private: void addSeparatorActions(); void addNullActions(); - BookmarkOwner *bmOwner; + BookmarkOwner *m_bmOwner; }; #endif // BOOKMARKS_CONTEXT_MENU_H |