diff options
Diffstat (limited to 'examples/table')
| -rw-r--r-- | examples/table/bigtable/main.cpp | 2 | ||||
| -rw-r--r-- | examples/table/small-table-demo/main.cpp | 2 | ||||
| -rw-r--r-- | examples/table/statistics/main.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/table/bigtable/main.cpp b/examples/table/bigtable/main.cpp index 3bb5b9f71..94f4b3621 100644 --- a/examples/table/bigtable/main.cpp +++ b/examples/table/bigtable/main.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqtable.h> // Table size diff --git a/examples/table/small-table-demo/main.cpp b/examples/table/small-table-demo/main.cpp index fbd577f85..896a6e54f 100644 --- a/examples/table/small-table-demo/main.cpp +++ b/examples/table/small-table-demo/main.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqtable.h> #include <tqimage.h> #include <tqpixmap.h> diff --git a/examples/table/statistics/main.cpp b/examples/table/statistics/main.cpp index 1b09b75f0..25098e89b 100644 --- a/examples/table/statistics/main.cpp +++ b/examples/table/statistics/main.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include "statistics.h" -#include <ntqapplication.h> +#include <tqapplication.h> int main( int argc, char **argv ) { TQApplication a(argc,argv); |
