- Fix build for non-nepomuk users

svn path=/trunk/KDE/kdebase/apps/; revision=789215
This commit is contained in:
Richard J. Moore 2008-03-23 16:07:18 +00:00
parent 6420d5f973
commit 1249738421

View 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"