diff options
Diffstat (limited to 'math/qscanplot/files/patch-qscanplotview.cpp')
-rw-r--r-- | math/qscanplot/files/patch-qscanplotview.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/qscanplot/files/patch-qscanplotview.cpp b/math/qscanplot/files/patch-qscanplotview.cpp new file mode 100644 index 000000000000..d1d816a9315b --- /dev/null +++ b/math/qscanplot/files/patch-qscanplotview.cpp @@ -0,0 +1,10 @@ +--- qscanplot/qscanplotview.cpp.orig Tue Feb 17 14:17:51 2004 ++++ qscanplot/qscanplotview.cpp Tue Feb 17 14:18:09 2004 +@@ -33,6 +33,7 @@ + #include <qpainter.h> + #include <qapplication.h> + #include <qmsgbox.h> ++#include <qcursor.h> + + #include "resource.h" + |