diff options
| author | David Faure <[email protected]> | 2007-03-27 19:38:32 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-03-27 19:38:32 +0000 |
| commit | 623c19e042cd19c147bc27f50b62c22b4986e6b6 (patch) | |
| tree | a571cdd343919bdb8a051561f3858d2419a8bcfe /src/viewpropertiesdialog.cpp | |
| parent | 6fecb341c2b4b5b73785fac245d56c3c6cb3683a (diff) | |
Added setters in urlnavigator to remove dependency on dolphinsettings.
Removed old unused kfileiconview.h header, fixed some unrelated missing includes due to that one being removed.
svn path=/trunk/KDE/kdebase/apps/; revision=647244
Diffstat (limited to 'src/viewpropertiesdialog.cpp')
| -rw-r--r-- | src/viewpropertiesdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/viewpropertiesdialog.cpp b/src/viewpropertiesdialog.cpp index 3353097e0..58b388893 100644 --- a/src/viewpropertiesdialog.cpp +++ b/src/viewpropertiesdialog.cpp @@ -79,8 +79,8 @@ ViewPropertiesDialog::ViewPropertiesDialog(DolphinView* dolphinView) : QLabel* viewModeLabel = new QLabel(i18n("View mode:"), propsBox); m_viewMode = new QComboBox(propsBox); - m_viewMode->addItem(SmallIcon("view-icon"), i18n("Icons")); - m_viewMode->addItem(SmallIcon("fileview-text"), i18n("Details")); + m_viewMode->addItem(KIcon("view-icon"), i18n("Icons")); + m_viewMode->addItem(KIcon("fileview-text"), i18n("Details")); const int index = static_cast<int>(m_viewProps->viewMode()); m_viewMode->setCurrentIndex(index); |
