diff options
Diffstat (limited to 'quanta/src/quanta_init.cpp')
-rw-r--r-- | quanta/src/quanta_init.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/quanta/src/quanta_init.cpp b/quanta/src/quanta_init.cpp index 9a582e79..e59ba248 100644 --- a/quanta/src/quanta_init.cpp +++ b/quanta/src/quanta_init.cpp @@ -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" ); |