From 6408069d61cedcbde78a14e562857b9f34b48903 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 14 Apr 2021 20:37:25 +0900 Subject: Use new 'window_duplicate' icon in tdelibs Signed-off-by: Michele Calgaro --- ksplashml/themeengine/objkstheme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksplashml') 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" ) ); -- cgit v1.2.3