-rw-r--r-- | noncore/apps/checkbook/graph.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/apps/checkbook/graph.cpp b/noncore/apps/checkbook/graph.cpp index a0d8b78..0f25453 100644 --- a/noncore/apps/checkbook/graph.cpp +++ b/noncore/apps/checkbook/graph.cpp | |||
@@ -34,4 +34,6 @@ | |||
34 | #include <qpainter.h> | 34 | #include <qpainter.h> |
35 | 35 | ||
36 | #include <math.h> | ||
37 | |||
36 | Graph::Graph( QWidget *parent, GraphInfo *d, const QString &name, int flags ) | 38 | Graph::Graph( QWidget *parent, GraphInfo *d, const QString &name, int flags ) |
37 | : QWidget( parent, name, flags ) | 39 | : QWidget( parent, name, flags ) |