summaryrefslogtreecommitdiffstats
path: root/examples/maildirresource/libmaildir/maildir.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/maildirresource/libmaildir/maildir.h')
-rw-r--r--examples/maildirresource/libmaildir/maildir.h6
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
31namespace KPIM { 29namespace KPIM {
32 30
33class MAILDIR_EXPORT Maildir 31class Maildir
34{ 32{
35public: 33public:
36 /** 34 /**