Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance

pull/1/head
Timothy Pearson 10 years ago
parent e848cc8223
commit 89085fa033

@ -48,7 +48,7 @@ KnowitLinkDialog::KnowitLinkDialog()
linkValue = new KLineEdit("Link text", editBox);
linkValue->setMinimumWidth(300);
browse = new TQToolButton(editBox, "Browse");
browse->setIconSet(TQIconSet(TDEGlobal::iconLoader()->loadIcon("fileopen",
browse->setIconSet(TQIconSet(TDEGlobal::iconLoader()->loadIcon("document-open",
TDEIcon::Toolbar, TDEIcon::SizeSmall)));
layout->addItem(new TQSpacerItem(0, 5));

Loading…
Cancel
Save