diff options
Diffstat (limited to 'src/statgraph.cpp')
-rw-r--r-- | src/statgraph.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
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 <tqpainter.h> +#include <tqlabel.h> -#include <ntqpainter.h> -#include <ntqlabel.h> #include <kdebug.h> +#include "statgraph.h" + + #define SOFT_STEP 3 const TQColor StatGraph::defaultBgColor = TQt::black; |