org.kde.koala

Interface KAboutDialogSignals

public interface KAboutDialogSignals

Method Summary
voidopenURL(String url)
Open the selected URL.
voidsendEmail(String name, String email)
Send an email to this person.

Method Detail

openURL

public void openURL(String url)
Open the selected URL.

UNKNOWN: Open the selected URL.

sendEmail

public void sendEmail(String name, String email)
Send an email to this person. The application must provide the functionality.

UNKNOWN: Send an email to this person.