summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.h
diff options
context:
space:
mode:
authormatgic78 <matgic78@gmail.com>2010-04-21 11:53:32 +0200
committermatgic78 <matgic78@gmail.com>2010-04-23 11:32:41 +0200
commite30a962d8bb9bc5018ba121a4046132a59f6e1c3 (patch)
tree2444ba79cdffdd4a4735011f4b321c7015f4a515 /src/urlbar/urlbar.h
parentMerge branch 'master' of gitorious.org:rekonq/mainline (diff)
downloadrekonq-e30a962d8bb9bc5018ba121a4046132a59f6e1c3.tar.xz
Akregator RSS support
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);
};