]> cloud.milkyroute.net Git - dolphin.git/commitdiff
also compile without HAVE_KMETADATA
authorAndré Wöbbeking <woebbeking@kde.org>
Sun, 20 May 2007 20:52:40 +0000 (20:52 +0000)
committerAndré Wöbbeking <woebbeking@kde.org>
Sun, 20 May 2007 20:52:40 +0000 (20:52 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=666761

src/metadatawidget.cpp

index 13e39eafd0671d36d110707a8deb353f46119efd..d2a955872060e7ca51d864a5435f870cfa26a479 100644 (file)
@@ -66,6 +66,7 @@ public:
 #endif
 };
 
+#ifdef HAVE_KMETADATA
 void MetaDataWidget::Private::loadComment(const QString& comment)
 {
     editComment->blockSignals(true);
@@ -78,6 +79,7 @@ void MetaDataWidget::Private::loadComment(const QString& comment)
     }
     editComment->blockSignals(false);
 }
+#endif
 
 
 MetaDataWidget::MetaDataWidget(QWidget* parent) :