|
|
|
@ -94,11 +94,11 @@ CollectionFieldsDialog::CollectionFieldsDialog(Data::CollPtr coll_, TQWidget* pa
|
|
|
|
|
TQHBox* hb2 = new TQHBox(fieldsGroup);
|
|
|
|
|
hb2->setSpacing(KDialog::spacingHint());
|
|
|
|
|
m_btnUp = new KPushButton(hb2);
|
|
|
|
|
m_btnUp->setPixmap(BarIcon(TQString::fromLatin1("up"), TDEIcon::SizeSmall));
|
|
|
|
|
m_btnUp->setPixmap(BarIcon(TQString::fromLatin1("go-up"), TDEIcon::SizeSmall));
|
|
|
|
|
TQWhatsThis::add(m_btnUp, i18n("Move this field up in the list. The list order is important "
|
|
|
|
|
"for the layout of the entry editor."));
|
|
|
|
|
m_btnDown = new KPushButton(hb2);
|
|
|
|
|
m_btnDown->setPixmap(BarIcon(TQString::fromLatin1("down"), TDEIcon::SizeSmall));
|
|
|
|
|
m_btnDown->setPixmap(BarIcon(TQString::fromLatin1("go-down"), TDEIcon::SizeSmall));
|
|
|
|
|
TQWhatsThis::add(m_btnDown, i18n("Move this field down in the list. The list order is important "
|
|
|
|
|
"for the layout of the entry editor."));
|
|
|
|
|
|
|
|
|
|