From 67758e04a6e0de7ba452dab85f64ccd8eb47bb8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9nard?= Date: Mon, 14 Apr 2008 09:50:39 +0000 Subject: [PATCH] fix future compile issues svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=796777 --- widgets/icon.cpp | 1 + widgets/icon.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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;