|
|
|
@ -786,18 +786,6 @@ void QuantaInit::initActions()
|
|
|
|
|
TQT_TQOBJECT(m_quanta), TQT_SLOT( slotContextHelp() ),
|
|
|
|
|
TQT_TQOBJECT(ac), "context_help" );
|
|
|
|
|
|
|
|
|
|
(void) new KAction( i18n( "&Quanta Homepage" ), 0,
|
|
|
|
|
TQT_TQOBJECT(m_quanta), TQT_SLOT( slotHelpHomepage() ),
|
|
|
|
|
TQT_TQOBJECT(ac), "help_homepage" );
|
|
|
|
|
|
|
|
|
|
(void) new KAction( i18n( "&User Mailing List" ), 0,
|
|
|
|
|
TQT_TQOBJECT(m_quanta), TQT_SLOT( slotHelpUserList() ),
|
|
|
|
|
TQT_TQOBJECT(ac), "help_userlist" );
|
|
|
|
|
|
|
|
|
|
(void) new KAction( i18n( "Make &Donation" ), 0,
|
|
|
|
|
TQT_TQOBJECT(m_quanta), TQT_SLOT( slotMakeDonation() ),
|
|
|
|
|
TQT_TQOBJECT(ac), "help_donation" );
|
|
|
|
|
|
|
|
|
|
(void) new KAction( i18n( "Tag &Attributes..." ), ALT+Key_Down,
|
|
|
|
|
m_quanta->m_doc, TQT_SLOT( slotAttribPopup() ),
|
|
|
|
|
TQT_TQOBJECT(ac), "tag_attributes" );
|
|
|
|
|