diff options
Diffstat (limited to 'examples/xml')
| -rw-r--r-- | examples/xml/outliner/outlinetree.h | 2 | ||||
| -rw-r--r-- | examples/xml/tagreader-with-features/structureparser.cpp | 2 | ||||
| -rw-r--r-- | examples/xml/tagreader-with-features/tagreader.cpp | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/examples/xml/outliner/outlinetree.h b/examples/xml/outliner/outlinetree.h index 094bfdec7..bb281bd15 100644 --- a/examples/xml/outliner/outlinetree.h +++ b/examples/xml/outliner/outlinetree.h @@ -10,7 +10,7 @@ #ifndef OUTLINETREE_H #define OUTLINETREE_H -#include <ntqlistview.h> +#include <tqlistview.h> #include <tqdom.h> class OutlineTree : public TQListView diff --git a/examples/xml/tagreader-with-features/structureparser.cpp b/examples/xml/tagreader-with-features/structureparser.cpp index 92e9097bf..946127626 100644 --- a/examples/xml/tagreader-with-features/structureparser.cpp +++ b/examples/xml/tagreader-with-features/structureparser.cpp @@ -4,7 +4,7 @@ #include "structureparser.h" #include <tqstring.h> -#include <ntqlistview.h> +#include <tqlistview.h> StructureParser::StructureParser( TQListView * t ) : TQXmlDefaultHandler() diff --git a/examples/xml/tagreader-with-features/tagreader.cpp b/examples/xml/tagreader-with-features/tagreader.cpp index 1c49a510a..7e7aa5f13 100644 --- a/examples/xml/tagreader-with-features/tagreader.cpp +++ b/examples/xml/tagreader-with-features/tagreader.cpp @@ -11,8 +11,8 @@ #include <ntqapplication.h> #include <tqfile.h> #include <tqxml.h> -#include <ntqlistview.h> -#include <ntqgrid.h> +#include <tqlistview.h> +#include <tqgrid.h> #include <tqmainwindow.h> #include <tqlabel.h> |
