diff options
Diffstat (limited to 'examples/qwerty')
| -rw-r--r-- | examples/qwerty/main.cpp | 2 | ||||
| -rw-r--r-- | examples/qwerty/qwerty.cpp | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/examples/qwerty/main.cpp b/examples/qwerty/main.cpp index 90a1c0d45..0b4d8ea3d 100644 --- a/examples/qwerty/main.cpp +++ b/examples/qwerty/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "qwerty.h" diff --git a/examples/qwerty/qwerty.cpp b/examples/qwerty/qwerty.cpp index c6f363811..368d12d95 100644 --- a/examples/qwerty/qwerty.cpp +++ b/examples/qwerty/qwerty.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "qwerty.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqfile.h>  #include <tqfiledialog.h>  #include <tqpopupmenu.h> | 
