aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2013-12-02 20:14:34 +0000
committerPawel Pekala <pawel@FreeBSD.org>2013-12-02 20:14:34 +0000
commitd26e4bd9ded9ca00934e6e4be866538802e84197 (patch)
tree702e4b25bac6b7428c5a550e6961b3e9bf45e268 /finance
parent9d806ebc1c191889680d03e9ae6cb6a124ae59cd (diff)
downloadports-d26e4bd9ded9ca00934e6e4be866538802e84197.tar.gz
ports-d26e4bd9ded9ca00934e6e4be866538802e84197.zip
Remove forgotten patch
Notes
Notes: svn path=/head/; revision=335539
Diffstat (limited to 'finance')
-rw-r--r--finance/qhacc/files/patch-gui__graphing__BudgetingWindow.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/finance/qhacc/files/patch-gui__graphing__BudgetingWindow.cpp b/finance/qhacc/files/patch-gui__graphing__BudgetingWindow.cpp
deleted file mode 100644
index 14cdb33d3964..000000000000
--- a/finance/qhacc/files/patch-gui__graphing__BudgetingWindow.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- gui/graphing/BudgetingWindow.cpp.orig
-+++ gui/graphing/BudgetingWindow.cpp
-@@ -120,7 +120,11 @@
- }
- }
-
-+#if defined(QWT_VERSION) && QWT_VERSION>=0x060100
-+ const QwtScaleDiv * div = &widget.qwtPlot->axisScaleDiv( QwtPlot::xBottom );
-+#else
- QwtScaleDiv * div = widget.qwtPlot->axisScaleDiv( QwtPlot::xBottom );
-+#endif
- div->setInterval( 0, drawer->count() );
- widget.qwtPlot->setAxisMaxMajor( QwtPlot::xBottom, drawer->count() );
-