summaryrefslogtreecommitdiffstats
path: root/quanta/src/quanta.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-02-21 18:35:37 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2012-02-21 18:35:37 -0600
commit328954e1f003dc24a70e75304b5f59d663359e75 (patch)
tree098de25abda65adf4e69c4d468b1e74677cb2193 /quanta/src/quanta.cpp
parent67393581a91790de6beaf456ca6441293d526706 (diff)
downloadtdewebdev-328954e1f003dc24a70e75304b5f59d663359e75.tar.gz
tdewebdev-328954e1f003dc24a70e75304b5f59d663359e75.zip
Update the Quanta Plus Help menu.
This resolves bug report 826.
Diffstat (limited to 'quanta/src/quanta.cpp')
-rw-r--r--quanta/src/quanta.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/quanta/src/quanta.cpp b/quanta/src/quanta.cpp
index 1d7567ab..5525a570 100644
--- a/quanta/src/quanta.cpp
+++ b/quanta/src/quanta.cpp
@@ -3140,25 +3140,6 @@ void QuantaApp::slotShowCompletionHint()
w->codeCompletionHintRequested();
}
-void QuantaApp::slotMakeDonation()
-{
- DonationDialog *dlg = new DonationDialog(this);
- dlg->closeButton->setIconSet(SmallIconSet("fileclose"));
- connect(dlg->closeButton, TQT_SIGNAL(clicked()), dlg, TQT_SLOT(accept()));
- dlg->exec();
- delete dlg;
-}
-
-void QuantaApp::slotHelpHomepage()
-{
- kapp->invokeBrowser("http://quanta.tdewebdev.org");
-}
-
-void QuantaApp::slotHelpUserList()
-{
- kapp->invokeBrowser("http://mail.kde.org/mailman/listinfo/quanta");
-}
-
/** Loads the toolbars for dtd named dtdName and unload the ones belonging to oldDtdName. */
void QuantaApp::slotLoadToolbarForDTD(const TQString& dtdName)
{