summaryrefslogtreecommitdiff
path: root/src/urlbar/bookmarkwidget.h
diff options
context:
space:
mode:
authorJon Ander Peñalba <jonan88@gmail.com>2010-09-10 11:50:38 +0200
committerJon Ander Peñalba <jonan88@gmail.com>2010-09-10 11:50:38 +0200
commitf24af9b9aea23cac811e11014b38e435b7c1a818 (patch)
tree65385eee0ca3a8b0c0374a4419e7e09250af1989 /src/urlbar/bookmarkwidget.h
parentBookmarkWidget now inherits from QMenu (much nicer). (diff)
downloadrekonq-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.h4
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: