X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/08989d295c6499e6f9e40211d0c76e66800ee25a..fbd7cb02a511ff869d74aa4e758203a1cd340962:/src/tagcloud/tagcloud.cpp diff --git a/src/tagcloud/tagcloud.cpp b/src/tagcloud/tagcloud.cpp index 058e2a91b..0074d1796 100644 --- a/src/tagcloud/tagcloud.cpp +++ b/src/tagcloud/tagcloud.cpp @@ -145,7 +145,7 @@ public: // The resource whose tags we are showing // invalid if we show all tags or a selection - QUrl resource; + KUrl resource; bool showAllTags; // the actual nodes @@ -612,6 +612,7 @@ void Nepomuk::TagCloud::setZoomEnabled( bool zoom ) void Nepomuk::TagCloud::setContextMenuEnabled( bool enabled ) { + Q_UNUSED(enabled); }