diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/xml/outliner/outlinetree.h | 2 | ||||
-rw-r--r-- | examples/xml/tagreader-with-features/structureparser.h | 2 | ||||
-rw-r--r-- | examples/xml/tagreader-with-features/tagreader.cpp | 2 | ||||
-rw-r--r-- | examples/xml/tagreader/structureparser.h | 2 | ||||
-rw-r--r-- | examples/xml/tagreader/tagreader.cpp | 2 |
5 files changed, 5 insertions, 5 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 { diff --git a/examples/xml/tagreader-with-features/structureparser.h b/examples/xml/tagreader-with-features/structureparser.h index 1a85ff977..56b7b5fc9 100644 --- a/examples/xml/tagreader-with-features/structureparser.h +++ b/examples/xml/tagreader-with-features/structureparser.h @@ -4,7 +4,7 @@ #ifndef STRUCTUREPARSER_H #define STRUCTUREPARSER_H -#include <ntqxml.h> +#include <tqxml.h> #include <ntqptrstack.h> class TQListView; diff --git a/examples/xml/tagreader-with-features/tagreader.cpp b/examples/xml/tagreader-with-features/tagreader.cpp index cce97d58d..6a9dbe6e7 100644 --- a/examples/xml/tagreader-with-features/tagreader.cpp +++ b/examples/xml/tagreader-with-features/tagreader.cpp @@ -10,7 +10,7 @@ #include "structureparser.h" #include <ntqapplication.h> #include <ntqfile.h> -#include <ntqxml.h> +#include <tqxml.h> #include <ntqlistview.h> #include <ntqgrid.h> #include <ntqmainwindow.h> diff --git a/examples/xml/tagreader/structureparser.h b/examples/xml/tagreader/structureparser.h index d2b91fef5..2523460eb 100644 --- a/examples/xml/tagreader/structureparser.h +++ b/examples/xml/tagreader/structureparser.h @@ -10,7 +10,7 @@ #ifndef STRUCTUREPARSER_H #define STRUCTUREPARSER_H -#include <ntqxml.h> +#include <tqxml.h> class TQString; diff --git a/examples/xml/tagreader/tagreader.cpp b/examples/xml/tagreader/tagreader.cpp index d54106592..41f19c229 100644 --- a/examples/xml/tagreader/tagreader.cpp +++ b/examples/xml/tagreader/tagreader.cpp @@ -9,7 +9,7 @@ #include "structureparser.h" #include <ntqfile.h> -#include <ntqxml.h> +#include <tqxml.h> #include <ntqwindowdefs.h> int main( int argc, char **argv ) |