summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-visualization/qmatplot/files/qmatplot-0.4.2-gentoo.patch')
-rw-r--r--sci-visualization/qmatplot/files/qmatplot-0.4.2-gentoo.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-visualization/qmatplot/files/qmatplot-0.4.2-gentoo.patch b/sci-visualization/qmatplot/files/qmatplot-0.4.2-gentoo.patch
new file mode 100644
index 000000000000..e2e77da98d58
--- /dev/null
+++ b/sci-visualization/qmatplot/files/qmatplot-0.4.2-gentoo.patch
@@ -0,0 +1,11 @@
+--- src/kswinworksheet.h 2003-03-11 13:07:47.000000000 +0100
++++ src/kswinworksheet.h.new 2003-11-12 11:49:58.000000000 +0100
+@@ -40,7 +40,7 @@
+ public:
+ KSWinWorksheet( KSWorkspace *workspace, bool worksheetMode );
+ virtual ~KSWinWorksheet();
+- void KSWinWorksheet::setDataObject( QSData *data );
++ void setDataObject( QSData *data );
+ KSChannelList *chanList() const;
+ KSChannelListItem *selectedItem() const;
+ KSMPanel *settingsPanel() const;