┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels
diff options
context:
space:
mode:
Diffstat (limited to 'src/panels')
-rw-r--r--src/panels/information/tagcloud.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/information/tagcloud.cpp b/src/panels/information/tagcloud.cpp
index ef1df5fa4..b52df82c4 100644
--- a/src/panels/information/tagcloud.cpp
+++ b/src/panels/information/tagcloud.cpp
@@ -656,7 +656,7 @@ void Nepomuk::TagCloud::showResourceTags( const Resource& resource )
void Nepomuk::TagCloud::showTags( const QList<Tag>& tags )
{
- d->resource = QUrl();
+ d->resource = KUrl();
d->showAllTags = false;
d->invalidateCachedValues();
d->nodes.clear();