diff options
Diffstat (limited to 'examples/life/main.cpp')
-rw-r--r-- | examples/life/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/life/main.cpp b/examples/life/main.cpp index 61003a51c..ce545e638 100644 --- a/examples/life/main.cpp +++ b/examples/life/main.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include "lifedlg.h" -#include <ntqapplication.h> +#include <tqapplication.h> #include <stdlib.h> void usage() |