diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-11-03 09:27:38 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-12-10 02:48:06 +0100 |
commit | ccc770e5ae12314f18505f37d91f8b9acc3ec61c (patch) | |
tree | 6bcb6be3b27961ef9d8d9c9a7740e38dbcf39dba /src/webwindow/rekonqmenu.h | |
parent | Fix and improve rekonq tools menu (diff) | |
download | rekonq-ccc770e5ae12314f18505f37d91f8b9acc3ec61c.tar.xz |
Fix tools menu position
Diffstat (limited to 'src/webwindow/rekonqmenu.h')
-rw-r--r-- | src/webwindow/rekonqmenu.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/webwindow/rekonqmenu.h b/src/webwindow/rekonqmenu.h index 24aaba91..a9422dcf 100644 --- a/src/webwindow/rekonqmenu.h +++ b/src/webwindow/rekonqmenu.h @@ -36,9 +36,6 @@ // KDE Includes #include <KMenu> -// Qt Includes -#include <QWeakPointer> - // Forward Declarations class QWidget; @@ -55,13 +52,8 @@ class REKONQ_TESTS_EXPORT RekonqMenu : public KMenu public: RekonqMenu(QWidget *parent); - void setButtonWidget(QWidget *); - protected: virtual void showEvent(QShowEvent* event); - -private: - QWeakPointer<QWidget> m_button; }; #endif // REKONQ_MENU_H |