diff --git a/kio/kfile/kfilespeedbar.cpp b/kio/kfile/kfilespeedbar.cpp index 5cf9ed3df..1050ed85b 100644 --- a/kio/kfile/kfilespeedbar.cpp +++ b/kio/kfile/kfilespeedbar.cpp @@ -45,13 +45,13 @@ KFileSpeedBar::KFileSpeedBar( TQWidget *parent, const char *name ) if ( m_initializeSpeedbar ) { insertItem(TQDir::homeDirPath(), i18n("Home Folder"), false, "folder_home"); - insertItem(KGlobalSettings::desktopPath(), i18n("Desktop"), false, "folder_txt"); - insertItem(KGlobalSettings::documentPath(), i18n("Documents"), false, "folder_txt"); + insertItem(KGlobalSettings::desktopPath(), i18n("Desktop"), false, "desktop"); + insertItem(KGlobalSettings::documentPath(), i18n("Documents"), false, "folder_wordprocessing"); insertItem(KGlobalSettings::downloadPath(), i18n( "Downloads" ), false, "folder_html"); insertItem(KGlobalSettings::musicPath(), i18n( "Music" ), false, "folder_sound"); insertItem(KGlobalSettings::picturesPath(), i18n( "Pictures" ), false, "folder_image"); - insertItem(KGlobalSettings::publicSharePath(), i18n( "Public" ), false, "folder"); - insertItem(KGlobalSettings::templatesPath(), i18n( "Templates" ), false, "folder_txt"); + insertItem(KGlobalSettings::publicSharePath(), i18n( "Public" ), false, "folder_open"); + insertItem(KGlobalSettings::templatesPath(), i18n( "Templates" ), false, "folder_grey"); insertItem(KGlobalSettings::videosPath(), i18n( "Videos" ), false, "folder_video"); KURL u = "media:/";