diff options
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" |