From 7f9b11ef64903fe85c382e113a4f1f3ff79eac5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9nard?= Date: Mon, 14 Apr 2008 09:36:55 +0000 Subject: [PATCH] fix compil and add my name in licence file svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=796761 --- containment.cpp | 3 ++- containment.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/containment.cpp b/containment.cpp index 7048fd898..29b77da30 100644 --- a/containment.cpp +++ b/containment.cpp @@ -1,5 +1,6 @@ /* * Copyright 2007 by Aaron Seigo + * Copyright 2008 by Ménard Alexis * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as @@ -281,7 +282,7 @@ void Containment::setContainmentType(Containment::Type type) connect(lockTool, SIGNAL(clicked()), this, SLOT(toggleDesktopImmutability())); } - Plasma::Widget *activityTool = addToolBoxTool("addSiblingContainment", "list-add", i18n("Add Activity")); + QGraphicsWidget *activityTool = addToolBoxTool("addSiblingContainment", "list-add", i18n("Add Activity")); connect(activityTool, SIGNAL(clicked()), this, SLOT(addSiblingContainment())); } } else { diff --git a/containment.h b/containment.h index fa6ac12ff..a664398ec 100644 --- a/containment.h +++ b/containment.h @@ -1,5 +1,6 @@ /* * Copyright 2007 by Aaron Seigo + * Copyright 2008 by Ménard Alexis * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as