summaryrefslogtreecommitdiffstats
path: root/src/graphwidget.cpp
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-05-22 12:24:08 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-05-26 01:20:53 +0200
commit062009ca00bc0dd3b65f20392d28fddbb685795d (patch)
tree67613d03469244f2f203e27b37aa93dd7deefa97 /src/graphwidget.cpp
parent368ee23e036f50097ed148eaedfbead308a7ff26 (diff)
downloadkscope-062009ca00bc0dd3b65f20392d28fddbb685795d.tar.gz
kscope-062009ca00bc0dd3b65f20392d28fddbb685795d.zip
Cleanup headers.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'src/graphwidget.cpp')
-rw-r--r--src/graphwidget.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/graphwidget.cpp b/src/graphwidget.cpp
index 7805ec4..c412520 100644
--- a/src/graphwidget.cpp
+++ b/src/graphwidget.cpp
@@ -27,9 +27,9 @@
#include <math.h>
#include <stdlib.h>
-#include <ntqfile.h>
-#include <ntqpainter.h>
-#include <ntqtooltip.h>
+#include <tqfile.h>
+#include <tqpainter.h>
+#include <tqtooltip.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
#include "graphwidget.h"