diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-08 22:39:48 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-08 22:39:48 +0100 |
commit | 9e95a2d876e131578abf834e170d1e887f29e232 (patch) | |
tree | b6b1ae037e10fcd374e1035f42b38604f5230a62 /examples/maildirresource/libmaildir/maildir.h | |
parent | b5a8065b071c5ecc631a60be0d8e3d8414ce274f (diff) | |
download | sink-9e95a2d876e131578abf834e170d1e887f29e232.tar.gz sink-9e95a2d876e131578abf834e170d1e887f29e232.zip |
Don't install libmaildir as separate library
It's not a generic maildir implementation and the library conflicts
with what's installed from kdepim-runtime.
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 | /** |