summaryrefslogtreecommitdiffstats
path: root/ksplashml
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-04-14 20:37:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-04-16 11:57:57 +0900
commit5e2433714894aa8ef4a21a3bb03308cdc1ff2262 (patch)
treed328d61c286156d8322068643deb38eb32f4ec20 /ksplashml
parent4500399cfbd1dd270e54c20d27f06e46ee1d7df0 (diff)
downloadtdebase-5e2433714894aa8ef4a21a3bb03308cdc1ff2262.tar.gz
tdebase-5e2433714894aa8ef4a21a3bb03308cdc1ff2262.zip
Use new 'window_duplicate' icon in tdelibs
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6408069d61cedcbde78a14e562857b9f34b48903)
Diffstat (limited to 'ksplashml')
-rw-r--r--ksplashml/themeengine/objkstheme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksplashml/themeengine/objkstheme.cpp b/ksplashml/themeengine/objkstheme.cpp
index 9de990099..609956592 100644
--- a/ksplashml/themeengine/objkstheme.cpp
+++ b/ksplashml/themeengine/objkstheme.cpp
@@ -118,7 +118,7 @@ bool ObjKsTheme::loadTDEConfig( TDEConfig *cfg, const TQString& activeTheme, boo
m_icons.append( cfg->readEntry( "Icon1", "filetypes" ) );
m_icons.append( cfg->readEntry( "Icon2", "application-x-executable" ) );
m_icons.append( cfg->readEntry( "Icon3", "key_bindings" ) );
- m_icons.append( cfg->readEntry( "Icon4", "window_list" ) );
+ m_icons.append( cfg->readEntry( "Icon4", "window_duplicate" ) );
m_icons.append( cfg->readEntry( "Icon5", "desktop" ) );
m_icons.append( cfg->readEntry( "Icon6", "style" ) );
m_icons.append( cfg->readEntry( "Icon7", "preferences-system" ) );