Use new icon in tdelibs.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 915495d8ca)
r14.0.x
Michele Calgaro 3 years ago
parent 5f276ab69c
commit 0633ac920c
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -44,7 +44,7 @@ KomposePreferences::KomposePreferences()
TQFrame *page1 = addPage( i18n("Behavior"), TQString::null, DesktopIcon("kompose", TDEIcon::SizeMedium) );
TQFrame *page2 = addPage( i18n("Appearance"), TQString::null, DesktopIcon("preferences-desktop", TDEIcon::SizeMedium) );
TQFrame *page3 = addPage( i18n("Layouts"), TQString::null, DesktopIcon("window_list", TDEIcon::SizeMedium) );
TQFrame *page3 = addPage( i18n("Layouts"), TQString::null, DesktopIcon("window_duplicate", TDEIcon::SizeMedium) );
TQVBoxLayout *page1Layout = new TQVBoxLayout( page1, 0, KDialog::spacingHint() );

Loading…
Cancel
Save