summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-24 16:31:45 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-24 16:31:45 +0200
commit78be08b8e18a44f5ab77484f5c28933d91a71aaf (patch)
tree9d1239bf166dd855ebc560945a36b1bb27e6a3e6 /src/urlbar/urlbar.h
parentMerge commit 'refs/merge-requests/2250' of git://gitorious.org/rekonq/mainlin... (diff)
parentRe-remove linedit after rebase (diff)
downloadrekonq-78be08b8e18a44f5ab77484f5c28933d91a71aaf.tar.xz
Merge commit 'refs/merge-requests/2251' of git://gitorious.org/rekonq/mainline into m2251
Diffstat (limited to 'src/urlbar/urlbar.h')
-rw-r--r--src/urlbar/urlbar.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/urlbar/urlbar.h b/src/urlbar/urlbar.h
index 0be1ecf9..91b38e23 100644
--- a/src/urlbar/urlbar.h
+++ b/src/urlbar/urlbar.h
@@ -53,9 +53,12 @@ class WebTab;
class IconButton : public QToolButton
{
Q_OBJECT
-
public:
IconButton(QWidget *parent = 0);
+signals:
+ void clicked(QPoint);
+protected:
+ void mouseReleaseEvent(QMouseEvent *event);
};