kmail
attachmentmissingwarning.cpp
Go to the documentation of this file.
29 setText( i18n( "The message you have composed seems to refer to an attached file but you have not attached anything. Do you want to attach a file to your message?" ) );
32 KAction *action = new KAction( KIcon(QLatin1String( "mail-attachment" )), i18n( "&Attach file" ), this );
36 action = new KAction( KIcon(QLatin1String( "window-close" )), i18n( "&Remind me later" ), this );
AttachmentMissingWarning(QWidget *parent=0)
Definition: attachmentmissingwarning.cpp:23
void explicitClosedMissingAttachment()
void attachMissingFile()
~AttachmentMissingWarning()
Definition: attachmentmissingwarning.cpp:42
void closeAttachMissingFile()
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.