X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgenericgui%2FSceneProcItem.cxx;h=919d9510d044ee8f22ac57a206e1d832d0733c58;hb=884c24e399ddcf623cee5d6d7136a06255b6f3f0;hp=d843ade91dc6f0506e22ca3f2ea8663264fe72f9;hpb=c81be9b5e74b26e207bd6efd0ccf68418ac536a3;p=modules%2Fyacs.git diff --git a/src/genericgui/SceneProcItem.cxx b/src/genericgui/SceneProcItem.cxx index d843ade91..919d9510d 100644 --- a/src/genericgui/SceneProcItem.cxx +++ b/src/genericgui/SceneProcItem.cxx @@ -1,9 +1,9 @@ -// Copyright (C) 2006-2012 CEA/DEN, EDF R&D +// Copyright (C) 2006-2014 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -19,6 +19,10 @@ #include "SceneProcItem.hxx" #include "Menus.hxx" +#include "SceneLinkItem.hxx" +#include "QtGuiContext.hxx" +#include "Scene.hxx" +#include "Resource.hxx" //#define _DEVDEBUG_ @@ -47,3 +51,4 @@ void SceneProcItem::popupMenu(QWidget *caller, const QPoint &globalPos) ProcMenu m; m.popupMenu(caller, globalPos); } +