From: Peter Penz Date: Tue, 26 May 2009 18:52:14 +0000 (+0000) Subject: krazy qtclasses fixes X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/c1ea2c34919b496592a0ba1083563bcfaf5ea899 krazy qtclasses fixes svn path=/trunk/KDE/kdebase/apps/; revision=973289 --- diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 43f7a3b24..399c662f8 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -645,7 +645,7 @@ void DolphinMainWindow::selectAll() // URL instead of all items of the view KUrlNavigator* urlNavigator = m_activeViewContainer->urlNavigator(); - QLineEdit* lineEdit = urlNavigator->editor()->lineEdit(); + QLineEdit* lineEdit = urlNavigator->editor()->lineEdit(); // krazy:exclude=qclasses const bool selectUrl = urlNavigator->isUrlEditable() && lineEdit->hasFocus(); if (selectUrl) { @@ -721,7 +721,7 @@ void DolphinMainWindow::replaceLocation() navigator->setFocus(); // select the whole text of the combo box editor - QLineEdit* lineEdit = navigator->editor()->lineEdit(); + QLineEdit* lineEdit = navigator->editor()->lineEdit(); // krazy:exclude=qclasses const QString text = lineEdit->text(); lineEdit->setSelection(0, text.length()); } 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& tags ) { - d->resource = QUrl(); + d->resource = KUrl(); d->showAllTags = false; d->invalidateCachedValues(); d->nodes.clear();