SVN commit 1181419 by winterz: some minor kcalutils -> calendarsupport changes M +1 -3 attachmenthandler.cpp M +3 -5 attachmenthandler.h --- trunk/KDE/kdepim/calendarsupport/attachmenthandler.cpp #1181418:1181419 @@ -1,6 +1,4 @@ /* - This file is part of the kcalutils library. - Copyright (c) 2010 Klarälvdalens Datakonsult AB, a KDAB Group company This library is free software; you can redistribute it and/or @@ -44,7 +42,7 @@ #include -namespace KCalUtils { +namespace CalendarSupport { Attachment::Ptr AttachmentHandler::find( QWidget *parent, const QString &attachmentName, Incidence::Ptr incidence ) --- trunk/KDE/kdepim/calendarsupport/attachmenthandler.h #1181418:1181419 @@ -1,6 +1,4 @@ /* - This file is part of the kcalutils library. - Copyright (c) 2010 Klarälvdalens Datakonsult AB, a KDAB Group company This library is free software; you can redistribute it and/or @@ -25,8 +23,8 @@ @author Allen Winter \ */ -#ifndef KCALUTILS_ATTACHMENTHANDLER_H -#define KCALUTILS_ATTACHMENTHANDLER_H +#ifndef CALENDARSUPPORT_ATTACHMENTHANDLER_H +#define CALENDARSUPPORT_ATTACHMENTHANDLER_H #include #include @@ -38,7 +36,7 @@ class QString; class QWidget; -namespace KCalUtils { +namespace CalendarSupport { /** @brief