diff options
Diffstat (limited to 'examples/life/life.cpp')
-rw-r--r-- | examples/life/life.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/life/life.cpp b/examples/life/life.cpp index 413a7db40..c86340a40 100644 --- a/examples/life/life.cpp +++ b/examples/life/life.cpp @@ -9,11 +9,11 @@ #include "life.h" -#include <qpainter.h> -#include <qdrawutil.h> -#include <qcheckbox.h> -#include <qevent.h> -#include <qapplication.h> +#include <ntqpainter.h> +#include <ntqdrawutil.h> +#include <ntqcheckbox.h> +#include <ntqevent.h> +#include <ntqapplication.h> // The main game of life widget |