Use new icon in tdelibs.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c78b2cfec3)
r14.0.x r14.0.10
Michele Calgaro 3 years ago
parent ebce749df3
commit 66580b264f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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 );

Loading…
Cancel
Save