diff options
Diffstat (limited to 'kcalcore/incidence.cpp')
-rw-r--r-- | kcalcore/incidence.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kcalcore/incidence.cpp b/kcalcore/incidence.cpp index 7abe2a4..4fbcb3d 100644 --- a/kcalcore/incidence.cpp +++ b/kcalcore/incidence.cpp @@ -35,9 +35,9 @@ #include "incidence.h" #include "calformat.h" -#include <KMimeType> -#include <KTemporaryFile> -#include <KDebug> +#include <kmimetype.h> +#include <ktemporaryfile.h> +#include <kdebug.h> #include <QTextDocument> // for Qt::escape() and Qt::mightBeRichText() #include <QStringList> |