From kde-commits Thu Sep 30 23:31:50 2010 From: Allen Winter Date: Thu, 30 Sep 2010 23:31:50 +0000 To: kde-commits Subject: KDE/kdepim/calendarsupport Message-Id: <20100930233150.C73B7AC891 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=128588956230816 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