Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 155974 | Differences between
and this patch

Collapse All | Expand All

(-)src3.2.6.old/GUI_SRC_3.2.6/src/GLViewer/GLViewer_Tools.cxx (-1 / +3 lines)
Lines 27-33 Link Here
27
27
28
#include <GL/gl.h>
28
#include <GL/gl.h>
29
29
30
#include <iostream.h>
30
#include <iostream>
31
32
using std::cout;
31
33
32
/*!
34
/*!
33
  Constructor
35
  Constructor
(-)src3.2.6.old/GUI_SRC_3.2.6/src/ResExporter/ResourceExporter.cxx (+1 lines)
Lines 47-52 Link Here
47
#include <qstringlist.h>
47
#include <qstringlist.h>
48
#include <qapplication.h>
48
#include <qapplication.h>
49
#include <iostream>
49
#include <iostream>
50
#include <cstdlib>
50
51
51
/*!
52
/*!
52
  \return the SALOME version number
53
  \return the SALOME version number
(-)src3.2.6.old/GUI_SRC_3.2.6/src/SalomeApp/SalomeApp_Study.cxx (-1 / +1 lines)
Lines 36-42 Link Here
36
#include <qdict.h>
36
#include <qdict.h>
37
37
38
#include "utilities.h"
38
#include "utilities.h"
39
#include <iostream.h>
39
#include <iostream>
40
#include <string>
40
#include <string>
41
#include <vector>
41
#include <vector>
42
42
(-)src3.2.6.old/GUI_SRC_3.2.6/src/SUIT/SUIT_ResourceMgr.cxx (+1 lines)
Lines 22-27 Link Here
22
#include <qdir.h>
22
#include <qdir.h>
23
#include <qapplication.h>
23
#include <qapplication.h>
24
#include <qregexp.h>
24
#include <qregexp.h>
25
#include <cstdlib>
25
26
26
/*!
27
/*!
27
    Constructor
28
    Constructor
(-)src3.2.6.old/GUI_SRC_3.2.6/src/SVTK/SVTK_InteractorStyle.cxx (-1 / +1 lines)
Lines 67-73 Link Here
67
//VRV: porting on Qt 3.0.5
67
//VRV: porting on Qt 3.0.5
68
#include <algorithm>
68
#include <algorithm>
69
69
70
#include <iostream.h>
70
#include <iostream>
71
71
72
using namespace std;
72
using namespace std;
73
73
(-)src3.2.6.old/GUI_SRC_3.2.6/src/VTKViewer/VTKViewer_ConvexTool.cxx (+1 lines)
Lines 31-36 Link Here
31
31
32
#include <set>
32
#include <set>
33
#include <map>
33
#include <map>
34
#include <algorithm>
34
35
35
#include <vtkUnstructuredGrid.h>
36
#include <vtkUnstructuredGrid.h>
36
#include <vtkGeometryFilter.h>
37
#include <vtkGeometryFilter.h>

Return to bug 155974