]> cloud.milkyroute.net Git - dolphin.git/commitdiff
- Fix build for non-nepomuk users
authorRichard J. Moore <rich@kde.org>
Sun, 23 Mar 2008 16:07:18 +0000 (16:07 +0000)
committerRichard J. Moore <rich@kde.org>
Sun, 23 Mar 2008 16:07:18 +0000 (16:07 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=789215

src/metadatawidget.cpp

index 922b1b495aebf6ea57195032d621404ace2a86e3..8b9176707b37e9c1d2d941029478e213af8ee0ba 100644 (file)
@@ -189,7 +189,9 @@ bool MetaDataWidget::eventFilter(QObject* obj, QEvent* event)
 void MetaDataWidget::slotTagClicked( const Nepomuk::Tag& tag )
 {
     // FIXME
+#ifdef HAVE_NEPOMUK
     KMessageBox::information( this, "FIXME: connect me to the dolphinmodel: tags:/" + tag.genericLabel() );
+#endif
 }
 
 #include "metadatawidget.moc"