Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 133102
Collapse All | Expand All

(-)noteedit-2.7.4.ori/noteedit/mainframewidget.cpp (-1 / +3 lines)
Lines 600-606 Link Here
600
600
601
	timesigDialog_ = new timesigDiaFrm ( this );
601
	timesigDialog_ = new timesigDiaFrm ( this );
602
602
603
	keys_ = new KAccel(this);
603
	/* keys_ = new KAccel(this); */
604
	keys_ = new KAccel((QWidget*)this->parent());
605
604
606
605
	keys_->insertItem( i18n( "move up" ), "KEmoveup",  Key_Up);
607
	keys_->insertItem( i18n( "move up" ), "KEmoveup",  Key_Up);
606
	keys_->connectItem( "KEmoveup", this, SLOT( KE_moveUp() ) );
608
	keys_->connectItem( "KEmoveup", this, SLOT( KE_moveUp() ) );

Return to bug 133102