diff options
author | Jon Ander Peñalba <jonan88@gmail.com> | 2010-09-10 11:50:38 +0200 |
---|---|---|
committer | Jon Ander Peñalba <jonan88@gmail.com> | 2010-09-10 11:50:38 +0200 |
commit | f24af9b9aea23cac811e11014b38e435b7c1a818 (patch) | |
tree | 65385eee0ca3a8b0c0374a4419e7e09250af1989 /src/urlbar/bookmarkwidget.h | |
parent | BookmarkWidget now inherits from QMenu (much nicer). (diff) | |
download | rekonq-f24af9b9aea23cac811e11014b38e435b7c1a818.tar.xz |
The RSS widget and the bookmark widget are now more consistent (they have the same look and behavior)
Diffstat (limited to 'src/urlbar/bookmarkwidget.h')
-rw-r--r-- | src/urlbar/bookmarkwidget.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/urlbar/bookmarkwidget.h b/src/urlbar/bookmarkwidget.h index e97c1859..e07dac24 100644 --- a/src/urlbar/bookmarkwidget.h +++ b/src/urlbar/bookmarkwidget.h @@ -27,9 +27,6 @@ #ifndef BOOKMARKWIDGET_H #define BOOKMARKWIDGET_H -// Rekonq Includes -#include "rekonq_defines.h" - // Qt Includes #include <QtGui/QMenu> @@ -50,7 +47,6 @@ public: private slots: void accept(); - void reject(); void removeBookmark(); private: |