From 5c802867260ef56567d8113c65a72eb442db3941 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 13 Mar 2010 20:05:21 +0000 Subject: Meta data configuration dialog improvements * use the data provided by the model instead reading it again * allow to enable/disable also custom meta data svn path=/trunk/KDE/kdebase/apps/; revision=1102852 --- src/panels/information/kmetadatawidget.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/panels/information/kmetadatawidget.h') 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 -- cgit v1.3