diff options
author | Darrell Anderson <[email protected]> | 2012-02-21 18:35:37 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-02-21 18:35:37 -0600 |
commit | 328954e1f003dc24a70e75304b5f59d663359e75 (patch) | |
tree | 098de25abda65adf4e69c4d468b1e74677cb2193 /quanta/src/quanta_init.cpp | |
parent | 67393581a91790de6beaf456ca6441293d526706 (diff) | |
download | tdewebdev-328954e1f003dc24a70e75304b5f59d663359e75.tar.gz tdewebdev-328954e1f003dc24a70e75304b5f59d663359e75.zip |
Update the Quanta Plus Help menu.
This resolves bug report 826.
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" ); |