diff options
Diffstat (limited to 'src/graphnode.cpp')
-rw-r--r-- | src/graphnode.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graphnode.cpp b/src/graphnode.cpp index 9f8fe9d..89d135e 100644 --- a/src/graphnode.cpp +++ b/src/graphnode.cpp @@ -25,8 +25,8 @@ * ***************************************************************************/ -#include <ntqpainter.h> -#include <ntqfontmetrics.h> +#include <tqpainter.h> +#include <tqfontmetrics.h> #include "graphnode.h" int GraphNode::RTTI = 1001; |