From 81b64bcfc0a32fdeb0e4f367adbf273d924e55f4 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 20 Oct 2020 14:40:51 +0200 Subject: Conversion to the cmake building system. Signed-off-by: gregory guy --- src/statgraph.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/statgraph.cpp') diff --git a/src/statgraph.cpp b/src/statgraph.cpp index 706f3a8..4a12b63 100644 --- a/src/statgraph.cpp +++ b/src/statgraph.cpp @@ -31,12 +31,14 @@ * * ***************************************************************************/ -#include "statgraph.h" +#include +#include -#include -#include #include +#include "statgraph.h" + + #define SOFT_STEP 3 const TQColor StatGraph::defaultBgColor = TQt::black; -- cgit v1.2.1