diff options
| author | Peter Penz <[email protected]> | 2009-11-19 19:38:34 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-11-19 19:38:34 +0000 |
| commit | 2b6cceb0f6a46c47ad55f36379e38cb143f28d36 (patch) | |
| tree | b44bbd50bbaf676077dfd7a22a666bfeee77c8c8 /src/panels/information/informationpanel.h | |
| parent | f2c315a147ff4ec9c76e28e0636a02f81fba9548 (diff) | |
Provide clickable resources for the Information Panel. Thanks to Sebastian Trüg für the patch!
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=1051553
Diffstat (limited to 'src/panels/information/informationpanel.h')
| -rw-r--r-- | src/panels/information/informationpanel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/panels/information/informationpanel.h b/src/panels/information/informationpanel.h index b83db7f70..0622a79a2 100644 --- a/src/panels/information/informationpanel.h +++ b/src/panels/information/informationpanel.h @@ -38,6 +38,9 @@ public: /** @see QWidget::sizeHint() */ virtual QSize sizeHint() const; +signals: + void urlActivated(const KUrl& url); + public slots: /** @see Panel::setUrl() */ virtual void setUrl(const KUrl& url); |
