diff options
| author | Sebastian Trueg <[email protected]> | 2009-11-25 20:53:37 +0000 |
|---|---|---|
| committer | Sebastian Trueg <[email protected]> | 2009-11-25 20:53:37 +0000 |
| commit | d324e790d62c8a341abd06e845f8fe8d64aa8ef3 (patch) | |
| tree | 6f3a675cba11e6d5543875e06ba720742a6563a3 /src/panels/information/informationpanelcontent.h | |
| parent | 482fea3ec69a7fff321281050968426c38edc3bc (diff) | |
* Fixed execution of links in the metadata widget.
* Do not try to list non-listable URLs.
svn path=/trunk/KDE/kdebase/apps/; revision=1054300
Diffstat (limited to 'src/panels/information/informationpanelcontent.h')
| -rw-r--r-- | src/panels/information/informationpanelcontent.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/panels/information/informationpanelcontent.h b/src/panels/information/informationpanelcontent.h index 6c08e50d2..923bb762f 100644 --- a/src/panels/information/informationpanelcontent.h +++ b/src/panels/information/informationpanelcontent.h @@ -67,6 +67,9 @@ public: */ void configureSettings(); +signals: + void urlActivated( const KUrl& url ); + protected: /** @see QObject::eventFilter() */ virtual bool eventFilter(QObject* obj, QEvent* event); |
