┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/information/kmetadatawidget.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-03-13 20:05:21 +0000
committerPeter Penz <[email protected]>2010-03-13 20:05:21 +0000
commit5c802867260ef56567d8113c65a72eb442db3941 (patch)
tree472f607804d0f06b4baef2d7e581a1074dd2a90f /src/panels/information/kmetadatawidget.h
parent7b8a3ae8005a1a199b92b564b15f02c884ed7816 (diff)
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
Diffstat (limited to 'src/panels/information/kmetadatawidget.h')
-rw-r--r--src/panels/information/kmetadatawidget.h10
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