diff options
Diffstat (limited to 'examples/chart')
-rw-r--r-- | examples/chart/chartform.h | 2 | ||||
-rw-r--r-- | examples/chart/element.cpp | 2 | ||||
-rw-r--r-- | examples/chart/element.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/chart/chartform.h b/examples/chart/chartform.h index 926bd69be..e3b5422c3 100644 --- a/examples/chart/chartform.h +++ b/examples/chart/chartform.h @@ -4,7 +4,7 @@ #include "element.h" #include <ntqmainwindow.h> -#include <ntqstringlist.h> +#include <tqstringlist.h> class CanvasView; diff --git a/examples/chart/element.cpp b/examples/chart/element.cpp index 24f566c91..21826028e 100644 --- a/examples/chart/element.cpp +++ b/examples/chart/element.cpp @@ -1,6 +1,6 @@ #include "element.h" -#include <ntqstringlist.h> +#include <tqstringlist.h> #include <ntqtextstream.h> const char FIELD_SEP = ':'; diff --git a/examples/chart/element.h b/examples/chart/element.h index 2529fa8d9..f9b6c3117 100644 --- a/examples/chart/element.h +++ b/examples/chart/element.h @@ -3,7 +3,7 @@ #include <ntqcolor.h> #include <ntqnamespace.h> -#include <ntqstring.h> +#include <tqstring.h> #include <tqvaluevector.h> class Element; |