From 66580b264f7f5b4281de5670155588edb21c649f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 10 Apr 2021 18:23:35 +0900 Subject: [PATCH] Use new icon in tdelibs. Signed-off-by: Michele Calgaro (cherry picked from commit c78b2cfec3d71d1628b17727f5a1b5dd4f7bf288) --- umbrello/umbrello/dialogs/settingsdlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umbrello/umbrello/dialogs/settingsdlg.cpp b/umbrello/umbrello/dialogs/settingsdlg.cpp index 1bcb4769..74b37c69 100644 --- a/umbrello/umbrello/dialogs/settingsdlg.cpp +++ b/umbrello/umbrello/dialogs/settingsdlg.cpp @@ -44,7 +44,7 @@ SettingsDlg::~SettingsDlg() {} void SettingsDlg::setupUIPage() { //setup UI page - TQVBox * page = addVBoxPage( i18n("User Interface"), i18n("User Interface Settings"), DesktopIcon( "window_list") ); + TQVBox * page = addVBoxPage( i18n("User Interface"), i18n("User Interface Settings"), DesktopIcon( "window_duplicate") ); m_UiWidgets.colorGB = new TQGroupBox( i18n("Color"), page ); TQGridLayout * colorLayout = new TQGridLayout( m_UiWidgets.colorGB, 3, 3 );