diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-05-22 12:24:08 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-05-26 01:20:53 +0200 |
commit | 062009ca00bc0dd3b65f20392d28fddbb685795d (patch) | |
tree | 67613d03469244f2f203e27b37aa93dd7deefa97 /src/graphwidget.h | |
parent | 368ee23e036f50097ed148eaedfbead308a7ff26 (diff) | |
download | kscope-062009ca00bc0dd3b65f20392d28fddbb685795d.tar.gz kscope-062009ca00bc0dd3b65f20392d28fddbb685795d.zip |
Cleanup headers.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'src/graphwidget.h')
-rw-r--r-- | src/graphwidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/graphwidget.h b/src/graphwidget.h index 55224c6..ef92ebf 100644 --- a/src/graphwidget.h +++ b/src/graphwidget.h @@ -28,9 +28,9 @@ #ifndef GRAPHWIDGET_H #define GRAPHWIDGET_H -#include <ntqcanvas.h> -#include <ntqpopupmenu.h> -#include <ntqdict.h> +#include <tqcanvas.h> +#include <tqpopupmenu.h> +#include <tqdict.h> #include "cscopefrontend.h" #include "graphnode.h" #include "dotfrontend.h" |