From bfcf764b69b9375b1b458d0a0c8ee95f3cb650ac Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 10 Mar 2007 19:41:49 +0000 Subject: 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 --- src/urlnavigator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/urlnavigator.cpp') 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()), -- cgit v1.3