diff options
Diffstat (limited to 'examples/life/life.cpp')
-rw-r--r-- | examples/life/life.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/life/life.cpp b/examples/life/life.cpp index 83caded9d..ff02ff851 100644 --- a/examples/life/life.cpp +++ b/examples/life/life.cpp @@ -13,7 +13,7 @@ #include <tqdrawutil.h> #include <tqcheckbox.h> #include <tqevent.h> -#include <ntqapplication.h> +#include <tqapplication.h> // The main game of life widget |