fix compil and add my name in licence file

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=796761
This commit is contained in:
Alexis Ménard 2008-04-14 09:36:55 +00:00
parent 2036ed1670
commit 7f9b11ef64
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
/* /*
* Copyright 2007 by Aaron Seigo <aseigo@kde.org> * Copyright 2007 by Aaron Seigo <aseigo@kde.org>
* Copyright 2008 by Ménard Alexis <darktears31@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as * 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())); 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())); connect(activityTool, SIGNAL(clicked()), this, SLOT(addSiblingContainment()));
} }
} else { } else {

View File

@ -1,5 +1,6 @@
/* /*
* Copyright 2007 by Aaron Seigo <aseigo@kde.org> * Copyright 2007 by Aaron Seigo <aseigo@kde.org>
* Copyright 2008 by Ménard Alexis <darktears31@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as * it under the terms of the GNU Library General Public License as