diff options
Diffstat (limited to 'src/panels/information/kmetadatawidget.h')
| -rw-r--r-- | src/panels/information/kmetadatawidget.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/panels/information/kmetadatawidget.h b/src/panels/information/kmetadatawidget.h index 4281b6519..004fdc95c 100644 --- a/src/panels/information/kmetadatawidget.h +++ b/src/panels/information/kmetadatawidget.h @@ -151,10 +151,6 @@ public: /** @see QWidget::sizeHint() */ virtual QSize sizeHint() const; -Q_SIGNALS: - void urlActivated(const KUrl& url); - -protected: #ifdef HAVE_NEPOMUK /** * @return Translated string for the label of the meta data represented @@ -162,7 +158,13 @@ protected: * base implementation must be invoked. */ virtual QString label(const KUrl& metaDataUri) const; +#endif +Q_SIGNALS: + void urlActivated(const KUrl& url); + +protected: +#ifdef HAVE_NEPOMUK /** * @return Pointer to the custom value-widget that should be used * to show the meta data represented by \p metaDataUri. If 0 |
