~ubuntu-branches/ubuntu/quantal/kdepim/quantal

« back to all changes in this revision

Viewing changes to messagecomposer/util.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-15 14:17:51 UTC
  • mto: This revision was merged to the branch mainline in revision 193.
  • Revision ID: package-import@ubuntu.com-20111215141751-bmhdpiwl23wd9w26
Tags: upstream-4.7.90
ImportĀ upstreamĀ versionĀ 4.7.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
#include "messagecomposer_export.h"
26
26
#include "kleo/enum.h"
27
 
 
28
 
#include <QtCore/QString>
 
27
#include <KDE/KMime/Message>
29
28
 
30
29
 
31
30
namespace KMime {
32
31
  class Content;
33
32
}
34
 
 
 
33
 
 
34
namespace MailTransport {
 
35
  class MessageQueueJob;
 
36
}
 
37
 
35
38
namespace Message {
36
39
 
37
40
namespace Util {
73
76
 
74
77
    MESSAGECOMPOSER_EXPORT QStringList AttachmentKeywords();
75
78
    MESSAGECOMPOSER_EXPORT QString cleanedUpHeaderString( const QString &s );
 
79
 
 
80
    void addSendReplyForwardAction(const KMime::Message::Ptr &message, MailTransport::MessageQueueJob *qjob);
 
81
    bool sendMailDispatcherIsOnline( QWidget *parent = 0);
 
82
 
76
83
}
77
84
 
78
85
}