diff options
author | Michele Calgaro <[email protected]> | 2021-04-10 18:23:35 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-04-10 18:35:06 +0900 |
commit | 66580b264f7f5b4281de5670155588edb21c649f (patch) | |
tree | 797fff2fbb3bec3584e101579a9fe0bbeb06f8bc | |
parent | ebce749df31cabebc6bab828e6cb0396b250e8b1 (diff) | |
download | tdesdk-66580b264f7f5b4281de5670155588edb21c649f.tar.gz tdesdk-66580b264f7f5b4281de5670155588edb21c649f.zip |
Use new icon in tdelibs.r14.0.10
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit c78b2cfec3d71d1628b17727f5a1b5dd4f7bf288)
-rw-r--r-- | umbrello/umbrello/dialogs/settingsdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |