diff options
| author | Peter Penz <[email protected]> | 2009-05-26 18:52:14 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-05-26 18:52:14 +0000 |
| commit | c1ea2c34919b496592a0ba1083563bcfaf5ea899 (patch) | |
| tree | a1c194b42a3ef717a08f09c7ca3cd98219453e81 /src/dolphinmainwindow.cpp | |
| parent | 9c2b206f0ab78b4809c29d54d841ff379cd8877d (diff) | |
krazy qtclasses fixes
svn path=/trunk/KDE/kdebase/apps/; revision=973289
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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()); } |
