void MetaDataWidget::slotTagClicked( const Nepomuk::Tag& tag )
{
- // FIXME
#ifdef HAVE_NEPOMUK
- KMessageBox::information( this, "FIXME: connect me to the dolphinmodel: tags:/" + tag.genericLabel() );
+ d->tagWidget->showTagPopup( QCursor::pos() );
#endif
}