diff options
Diffstat (limited to 'examples/xml/outliner/outlinetree.h')
-rw-r--r-- | examples/xml/outliner/outlinetree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xml/outliner/outlinetree.h b/examples/xml/outliner/outlinetree.h index e5fcb0d4e..094bfdec7 100644 --- a/examples/xml/outliner/outlinetree.h +++ b/examples/xml/outliner/outlinetree.h @@ -11,7 +11,7 @@ #define OUTLINETREE_H #include <ntqlistview.h> -#include <ntqdom.h> +#include <tqdom.h> class OutlineTree : public TQListView { |