┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2008-07-04 17:16:56 +0000
committerDavid Faure <[email protected]>2008-07-04 17:16:56 +0000
commit907823203326c096753883edebbd80498a486f06 (patch)
tree3787f16b80e5efe98082815f2a815872583f250e /src
parentf7f7f460e27b2802ca7fe066415488702dfc0ee1 (diff)
re-enable, fix came in quickly after all
svn path=/trunk/KDE/kdebase/apps/; revision=828101
Diffstat (limited to 'src')
-rw-r--r--src/metadatawidget.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/metadatawidget.cpp b/src/metadatawidget.cpp
index 38209a83d..ea333858c 100644
--- a/src/metadatawidget.cpp
+++ b/src/metadatawidget.cpp
@@ -189,8 +189,7 @@ bool MetaDataWidget::eventFilter(QObject* obj, QEvent* event)
void MetaDataWidget::slotTagClicked( const Nepomuk::Tag& tag )
{
#ifdef HAVE_NEPOMUK
- // TODO re-enable once the method exists
- //d->tagWidget->showTagPopup( QCursor::pos() );
+ d->tagWidget->showTagPopup( QCursor::pos() );
#endif
}