|
|
|
@ -97,13 +97,13 @@ TooltipEditDialog::TooltipEditDialog(TQWidget *parent, const char* name)
|
|
|
|
|
this, TQT_SLOT(slotUsedSelected(TQListViewItem *)));
|
|
|
|
|
|
|
|
|
|
TQIconSet iconSet;
|
|
|
|
|
iconSet = SmallIconSet("up");
|
|
|
|
|
iconSet = SmallIconSet("go-up");
|
|
|
|
|
mMainWidget->tbUp->setIconSet(iconSet);
|
|
|
|
|
mMainWidget->tbUp->setEnabled(false);
|
|
|
|
|
mMainWidget->tbUp->setAutoRepeat(true);
|
|
|
|
|
connect(mMainWidget->tbUp, TQT_SIGNAL(clicked()), TQT_SLOT(slotUpButton()));
|
|
|
|
|
|
|
|
|
|
iconSet = SmallIconSet("down");
|
|
|
|
|
iconSet = SmallIconSet("go-down");
|
|
|
|
|
mMainWidget->tbDown->setIconSet(iconSet);
|
|
|
|
|
mMainWidget->tbDown->setEnabled(false);
|
|
|
|
|
mMainWidget->tbDown->setAutoRepeat(true);
|
|
|
|
|