|
|
|
@ -38,10 +38,10 @@ Pic::MemoryEditorLegend::Data::Data(const TQString &text, TQWidget *parent)
|
|
|
|
|
{
|
|
|
|
|
button = new PopupButton(text, parent);
|
|
|
|
|
TDEActionCollection *ac = 0;
|
|
|
|
|
TDEAction *a = new TDEAction(i18n("Go to start"), "top", 0, TQT_TQOBJECT(parent), TQT_SLOT(gotoStart()), ac);
|
|
|
|
|
TDEAction *a = new TDEAction(i18n("Go to start"), "go-top", 0, TQT_TQOBJECT(parent), TQT_SLOT(gotoStart()), ac);
|
|
|
|
|
actions.append(a);
|
|
|
|
|
button->appendAction(a);
|
|
|
|
|
a = new TDEAction(i18n("Go to end"), "bottom", 0, TQT_TQOBJECT(parent), TQT_SLOT(gotoEnd()), ac);
|
|
|
|
|
a = new TDEAction(i18n("Go to end"), "go-bottom", 0, TQT_TQOBJECT(parent), TQT_SLOT(gotoEnd()), ac);
|
|
|
|
|
actions.append(a);
|
|
|
|
|
button->appendAction(a);
|
|
|
|
|
label = new TQLabel(parent);
|
|
|
|
|