]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/tagcloud/tagcloud.cpp
SVN_SILENT made messages (.desktop file)
[dolphin.git] / src / tagcloud / tagcloud.cpp
index 058e2a91be359d172edf7a639b8d3885dfeadef8..0074d17968239a33e4bee172739b796ee65b7ee0 100644 (file)
@@ -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);
 }