diff options
Diffstat (limited to 'src/dotparse.ypp')
-rw-r--r-- | src/dotparse.ypp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dotparse.ypp b/src/dotparse.ypp index f8e8960..4be9fca 100644 --- a/src/dotparse.ypp +++ b/src/dotparse.ypp @@ -1,9 +1,9 @@ /* dot.y */ %{ -#include <ntqdict.h> -#include <ntqptrstack.h> -#include <ntqlistview.h> +#include <tqdict.h> +#include <tqptrstack.h> +#include <tqlistview.h> #include "calltreedlg.h" #include "graphwidget.h" #include "treewidget.h" |