diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-04-10 18:23:35 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-04-10 18:23:35 +0900 |
commit | c78b2cfec3d71d1628b17727f5a1b5dd4f7bf288 (patch) | |
tree | cb5518bebc94879efbd2f3f2914ce9415b8c3ac3 | |
parent | 3b0bc44a3c433783d590c915497a428fd8042899 (diff) | |
download | tdesdk-c78b2cfec3d71d1628b17727f5a1b5dd4f7bf288.tar.gz tdesdk-c78b2cfec3d71d1628b17727f5a1b5dd4f7bf288.zip |
Use new icon in tdelibs.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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 ); |