diff options
| author | Peter Penz <[email protected]> | 2007-03-10 19:41:49 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-03-10 19:41:49 +0000 |
| commit | bfcf764b69b9375b1b458d0a0c8ee95f3cb650ac (patch) | |
| tree | cef29ee72be946234010f1181e714c4455d46d32 /src/urlnavigator.cpp | |
| parent | d088d8dc322a824ff789492b148d8a1f6ee92f5d (diff) | |
Fixed icon-names so that they match to the new Oxygen naming scheme (erase all Dolphin config files to see the effect). Although Oxygen is not finished yet, it looks very beautiful already, kudos to the Oxygen team :-)
svn path=/trunk/KDE/kdebase/apps/; revision=641285
Diffstat (limited to 'src/urlnavigator.cpp')
| -rw-r--r-- | src/urlnavigator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlnavigator.cpp b/src/urlnavigator.cpp index 52e229922..72a3a9c49 100644 --- a/src/urlnavigator.cpp +++ b/src/urlnavigator.cpp @@ -91,7 +91,7 @@ UrlNavigator::UrlNavigator(const KUrl& url, m_toggleButton = new QToolButton(); m_toggleButton->setCheckable(true); m_toggleButton->setAutoRaise(true); - m_toggleButton->setIcon(KIcon("locationbar_erase")); // TODO: is just a placeholder icon + m_toggleButton->setIcon(KIcon("editinput")); // TODO: is just a placeholder icon (?) m_toggleButton->setFocusPolicy(Qt::NoFocus); m_toggleButton->setMinimumHeight(minimumHeight()); connect(m_toggleButton, SIGNAL(clicked()), |
