diff options
Diffstat (limited to 'quanta/src/quanta.cpp')
-rw-r--r-- | quanta/src/quanta.cpp | 19 |
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) { |