1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../qmatplot/gcc34.patch
5 # Copyright (C) 2004 - 2006 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
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
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
19 class KSMatrixFormula : public QSMatrix
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 )
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
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
46 - KSWorkbook *workbook;;
47 + KSWorkbook *workbook;
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
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;