From 328954e1f003dc24a70e75304b5f59d663359e75 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Tue, 21 Feb 2012 18:35:37 -0600 Subject: Update the Quanta Plus Help menu. This resolves bug report 826. --- quanta/src/quanta_init.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'quanta/src/quanta_init.cpp') 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" ); -- cgit v1.2.3