diff options
Diffstat (limited to 'examples/maildirresource/libmaildir/maildir.h')
-rw-r--r-- | examples/maildirresource/libmaildir/maildir.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/maildirresource/libmaildir/maildir.h b/examples/maildirresource/libmaildir/maildir.h index c10b046..a72f2bc 100644 --- a/examples/maildirresource/libmaildir/maildir.h +++ b/examples/maildirresource/libmaildir/maildir.h | |||
@@ -1,5 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | Copyright (c) 2007 Till Adam <adam@kde.org> | 2 | Copyright (c) 2007 Till Adam <adam@kde.org> |
3 | Copyright (c) 2017 Christian Mollekopf <mollekopf@kolabsys.com> | ||
3 | 4 | ||
4 | This library is free software; you can redistribute it and/or modify it | 5 | This library is free software; you can redistribute it and/or modify it |
5 | under the terms of the GNU Library General Public License as published by | 6 | under the terms of the GNU Library General Public License as published by |
@@ -20,9 +21,6 @@ | |||
20 | #ifndef MAILDIR_H | 21 | #ifndef MAILDIR_H |
21 | #define MAILDIR_H | 22 | #define MAILDIR_H |
22 | 23 | ||
23 | |||
24 | #include "maildir_export.h" | ||
25 | |||
26 | #include <QString> | 24 | #include <QString> |
27 | #include <QStringList> | 25 | #include <QStringList> |
28 | 26 | ||
@@ -30,7 +28,7 @@ class QDateTime; | |||
30 | 28 | ||
31 | namespace KPIM { | 29 | namespace KPIM { |
32 | 30 | ||
33 | class MAILDIR_EXPORT Maildir | 31 | class Maildir |
34 | { | 32 | { |
35 | public: | 33 | public: |
36 | /** | 34 | /** |