summaryrefslogtreecommitdiffstats
path: root/src/chart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/chart.cpp')
-rw-r--r--src/chart.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/chart.cpp b/src/chart.cpp
index 60bc741..6441b6a 100644
--- a/src/chart.cpp
+++ b/src/chart.cpp
@@ -22,11 +22,14 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
+#include <tqpainter.h>
+#include <tqbrush.h>
+
+#include <kdebug.h>
+
#include "chart.h"
#include "functions.h"
-#include <ntqpainter.h>
-#include <ntqbrush.h>
-#include <kdebug.h>
+
using namespace tk;