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 50e03febc..1da6b3f15 100644 --- a/examples/life/life.cpp +++ b/examples/life/life.cpp @@ -12,7 +12,7 @@ #include <tqpainter.h> #include <ntqdrawutil.h> #include <ntqcheckbox.h> -#include <ntqevent.h> +#include <tqevent.h> #include <ntqapplication.h> // The main game of life widget |