From 2b6cceb0f6a46c47ad55f36379e38cb143f28d36 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 19 Nov 2009 19:38:34 +0000 Subject: Provide clickable resources for the Information Panel. Thanks to Sebastian Trüg für the patch! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CCMAIL: trueg@kde.org svn path=/trunk/KDE/kdebase/apps/; revision=1051553 --- src/panels/information/informationpanel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/panels/information/informationpanel.h') 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); -- cgit v1.3.1