diff options
| author | David Faure <[email protected]> | 2008-07-04 16:49:20 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2008-07-04 16:49:20 +0000 |
| commit | d611a7e35a8f97b7529c4145eb9b6b147585c21f (patch) | |
| tree | 5c223888f350487b2767fdf875daaa2f0bcbd80b /src | |
| parent | 90019a84c6247bd553a10cb9a6a01db0ce747c79 (diff) | |
quick fix for compilation
svn path=/trunk/KDE/kdebase/apps/; revision=828090
Diffstat (limited to 'src')
| -rw-r--r-- | src/metadatawidget.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/metadatawidget.cpp b/src/metadatawidget.cpp index ea333858c..38209a83d 100644 --- a/src/metadatawidget.cpp +++ b/src/metadatawidget.cpp @@ -189,7 +189,8 @@ bool MetaDataWidget::eventFilter(QObject* obj, QEvent* event) void MetaDataWidget::slotTagClicked( const Nepomuk::Tag& tag ) { #ifdef HAVE_NEPOMUK - d->tagWidget->showTagPopup( QCursor::pos() ); + // TODO re-enable once the method exists + //d->tagWidget->showTagPopup( QCursor::pos() ); #endif } |
