diff options
author | arved <arved@FreeBSD.org> | 2004-02-17 21:40:10 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-02-17 21:40:10 +0800 |
commit | 7618cfb5508240c02da27abacef92eeba9ac2933 (patch) | |
tree | 52ffc42917c53ad9cf6769d09ce0b25cb96f5a13 /math/qscanplot/files/patch-qscanplotview.cpp | |
parent | 3428bda28b200a916b56c75c60766d90c6c5922c (diff) | |
download | freebsd-ports-gnome-7618cfb5508240c02da27abacef92eeba9ac2933.tar.gz freebsd-ports-gnome-7618cfb5508240c02da27abacef92eeba9ac2933.tar.zst freebsd-ports-gnome-7618cfb5508240c02da27abacef92eeba9ac2933.zip |
Use QT3 instead of QT2.
Bump PORTREVISION.
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" + |