┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/information/informationpanelcontent.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-11-19 19:38:34 +0000
committerPeter Penz <[email protected]>2009-11-19 19:38:34 +0000
commit2b6cceb0f6a46c47ad55f36379e38cb143f28d36 (patch)
treeb44bbd50bbaf676077dfd7a22a666bfeee77c8c8 /src/panels/information/informationpanelcontent.cpp
parentf2c315a147ff4ec9c76e28e0636a02f81fba9548 (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/informationpanelcontent.cpp')
-rw-r--r--src/panels/information/informationpanelcontent.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panels/information/informationpanelcontent.cpp b/src/panels/information/informationpanelcontent.cpp
index 16876e302..bd24e568d 100644
--- a/src/panels/information/informationpanelcontent.cpp
+++ b/src/panels/information/informationpanelcontent.cpp
@@ -103,6 +103,7 @@ InformationPanelContent::InformationPanelContent(QWidget* parent) :
m_metaDataWidget = new KMetaDataWidget(parent);
m_metaDataWidget->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Minimum);
+ connect(m_metaDataWidget, SIGNAL(urlActivated(KUrl)), this, SIGNAL(urlActivated(KUrl)));
// Encapsulate the MetaDataWidget inside a container that has a dummy widget
// at the bottom. This prevents that the meta data widget gets vertically stretched