* updated maddy (0.7.1 -> 0.8.1), untested
[t2sde.git] / package / scientific / qmatplot / hotfix-gcc34.patch
blobf834bb638eab391055a06a7d312d10e565f32207
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../qmatplot/gcc34.patch
5 # Copyright (C) 2004 - 2006 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
16 --- ./src/ksmatrix.h.orig 2005-03-03 11:22:41.655965224 -0300
17 +++ ./src/ksmatrix.h 2005-03-03 11:23:09.674705728 -0300
18 @@ -332,8 +332,8 @@
19 class KSMatrixFormula : public QSMatrix
21 Q_OBJECT
22 - Q_PROPERTY( QString formula READ formula WRITE setFormula );
23 - Q_PROPERTY( bool transposition READ transposition WRITE setTransposition );
24 + Q_PROPERTY( QString formula READ formula WRITE setFormula )
25 + Q_PROPERTY( bool transposition READ transposition WRITE setTransposition )
27 public:
28 /**
29 --- ./src/qscobjects.h.orig 2005-03-03 12:05:35.000000000 -0300
30 +++ ./src/qscobjects.h 2005-03-03 12:07:30.513196792 -0300
31 @@ -246,7 +246,7 @@
32 QSGArrow m_end2style;
33 QSGPoint m_end1point;
34 QSGPoint m_end2point;
35 - QSGLine m_line;;
36 + QSGLine m_line;
39 //-----------------------------------------------------------------------//
40 --- ./src/kspanelmanager.cpp.orig 2005-03-03 13:00:05.446574016 -0300
41 +++ ./src/kspanelmanager.cpp 2005-03-03 13:00:25.259561984 -0300
42 @@ -47,7 +47,7 @@
43 Qt::Orientation o;
45 qmatplotShell *shell;
46 - KSWorkbook *workbook;;
47 + KSWorkbook *workbook;
48 KSPanel *curr_panel;
50 QSplitter *splitter;
51 --- ./src/kswinworksheet.h.orig 2005-03-03 13:03:02.000000000 -0300
52 +++ ./src/kswinworksheet.h 2005-03-03 13:03:28.000000000 -0300
53 @@ -40,7 +40,7 @@
54 public:
55 KSWinWorksheet( KSWorkspace *workspace, bool worksheetMode );
56 virtual ~KSWinWorksheet();
57 - void KSWinWorksheet::setDataObject( QSData *data );
58 + void setDataObject( QSData *data );
59 KSChannelList *chanList() const;
60 KSChannelListItem *selectedItem() const;
61 KSMPanel *settingsPanel() const;