mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
2.4 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/rene/qmatplot/gcc34.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- ./src/ksmatrix.h.orig 2004-09-11 06:37:29.176089088 +0200
  20. +++ ./src/ksmatrix.h 2004-09-11 06:37:57.477786576 +0200
  21. @@ -332,8 +332,8 @@
  22. class KSMatrixFormula : public QSMatrix
  23. {
  24. Q_OBJECT
  25. - Q_PROPERTY( QString formula READ formula WRITE setFormula );
  26. - Q_PROPERTY( bool transposition READ transposition WRITE setTransposition );
  27. + Q_PROPERTY( QString formula READ formula WRITE setFormula )
  28. + Q_PROPERTY( bool transposition READ transposition WRITE setTransposition )
  29. public:
  30. /**
  31. --- ./src/qscobjects.h.orig 2004-09-11 06:41:39.403048808 +0200
  32. +++ ./src/qscobjects.h 2004-09-11 06:42:05.619063368 +0200
  33. @@ -246,7 +246,7 @@
  34. QSGArrow m_end2style;
  35. QSGPoint m_end1point;
  36. QSGPoint m_end2point;
  37. - QSGLine m_line;;
  38. + QSGLine m_line;
  39. };
  40. //-----------------------------------------------------------------------//
  41. --- ./src/kspanelmanager.cpp.orig 2004-09-11 06:42:46.286880920 +0200
  42. +++ ./src/kspanelmanager.cpp 2004-09-11 06:42:57.271211048 +0200
  43. @@ -47,7 +47,7 @@
  44. Qt::Orientation o;
  45. qmatplotShell *shell;
  46. - KSWorkbook *workbook;;
  47. + KSWorkbook *workbook;
  48. KSPanel *curr_panel;
  49. QSplitter *splitter;
  50. --- ./src/kswinworksheet.h.orig 2004-09-11 06:45:34.993233656 +0200
  51. +++ ./src/kswinworksheet.h 2004-09-11 06:46:08.607123568 +0200
  52. @@ -40,7 +40,7 @@
  53. public:
  54. KSWinWorksheet( KSWorkspace *workspace, bool worksheetMode );
  55. virtual ~KSWinWorksheet();
  56. - void KSWinWorksheet::setDataObject( QSData *data );
  57. + void setDataObject( QSData *data );
  58. KSChannelList *chanList() const;
  59. KSChannelListItem *selectedItem() const;
  60. KSMPanel *settingsPanel() const;