diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-14 11:39:43 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-14 11:39:43 -0500 |
commit | f4393b4d0c54b575827fce29b18346c022a20103 (patch) | |
tree | c62cf404fa9a322628971cdd6b0a67fe0fd5f4cc /ksplashml | |
parent | fa0a6c91a6b302efa93a763fd9915634d2fd9294 (diff) | |
download | tdebase-f4393b4d0c54b575827fce29b18346c022a20103.tar.gz tdebase-f4393b4d0c54b575827fce29b18346c022a20103.zip |
Bring package_development, package_games, package_graphics, package_network, package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance
Diffstat (limited to 'ksplashml')
-rw-r--r-- | ksplashml/themeengine/objkstheme.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksplashml/themeengine/objkstheme.cpp b/ksplashml/themeengine/objkstheme.cpp index 89a9601be..4f6e7cf5e 100644 --- a/ksplashml/themeengine/objkstheme.cpp +++ b/ksplashml/themeengine/objkstheme.cpp @@ -121,7 +121,7 @@ bool ObjKsTheme::loadTDEConfig( TDEConfig *cfg, const TQString& activeTheme, boo m_icons.append( cfg->readEntry( "Icon4", "window_list" ) ); m_icons.append( cfg->readEntry( "Icon5", "desktop" ) ); m_icons.append( cfg->readEntry( "Icon6", "style" ) ); - m_icons.append( cfg->readEntry( "Icon7", "kcmsystem" ) ); + m_icons.append( cfg->readEntry( "Icon7", "preferences-system" ) ); m_icons.append( cfg->readEntry( "Icon8", "go" ) ); m_text.clear(); |