|
Lines 786-803
Link Here
|
| 786 |
TQT_TQOBJECT(m_quanta), TQT_SLOT( slotContextHelp() ), |
786 |
TQT_TQOBJECT(m_quanta), TQT_SLOT( slotContextHelp() ), |
| 787 |
TQT_TQOBJECT(ac), "context_help" ); |
787 |
TQT_TQOBJECT(ac), "context_help" ); |
| 788 |
|
788 |
|
| 789 |
(void) new KAction( i18n( "&Quanta Homepage" ), 0, |
|
|
| 790 |
TQT_TQOBJECT(m_quanta), TQT_SLOT( slotHelpHomepage() ), |
| 791 |
TQT_TQOBJECT(ac), "help_homepage" ); |
| 792 |
|
| 793 |
(void) new KAction( i18n( "&User Mailing List" ), 0, |
| 794 |
TQT_TQOBJECT(m_quanta), TQT_SLOT( slotHelpUserList() ), |
| 795 |
TQT_TQOBJECT(ac), "help_userlist" ); |
| 796 |
|
| 797 |
(void) new KAction( i18n( "Make &Donation" ), 0, |
| 798 |
TQT_TQOBJECT(m_quanta), TQT_SLOT( slotMakeDonation() ), |
| 799 |
TQT_TQOBJECT(ac), "help_donation" ); |
| 800 |
|
| 801 |
(void) new KAction( i18n( "Tag &Attributes..." ), ALT+Key_Down, |
789 |
(void) new KAction( i18n( "Tag &Attributes..." ), ALT+Key_Down, |
| 802 |
m_quanta->m_doc, TQT_SLOT( slotAttribPopup() ), |
790 |
m_quanta->m_doc, TQT_SLOT( slotAttribPopup() ), |
| 803 |
TQT_TQOBJECT(ac), "tag_attributes" ); |
791 |
TQT_TQOBJECT(ac), "tag_attributes" ); |