diff --git a/widgets/icon.cpp b/widgets/icon.cpp index 5a6b31182..39e8214f9 100644 --- a/widgets/icon.cpp +++ b/widgets/icon.cpp @@ -4,6 +4,7 @@ * Copyright 2007 by Matt Broadstone * Copyright 2006-2007 Fredrik Höglund * Copyright 2007 by Marco Martin + * 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 diff --git a/widgets/icon.h b/widgets/icon.h index 479503894..cfb99c44e 100644 --- a/widgets/icon.h +++ b/widgets/icon.h @@ -2,6 +2,7 @@ * Copyright (C) 2007 by Siraj Razick * Copyright (C) 2007 by Riccardo Iaconelli * Copyright (C) 2007 by Matt Broadstone +* 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 @@ -25,11 +26,11 @@ #include #include #include +#include #include #include #include -#include class QAction;