summaryrefslogtreecommitdiffstats
path: root/examples/life
diff options
context:
space:
mode:
Diffstat (limited to 'examples/life')
-rw-r--r--examples/life/life.cpp2
-rw-r--r--examples/life/lifedlg.cpp2
-rw-r--r--examples/life/main.cpp2
3 files changed, 3 insertions, 3 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
diff --git a/examples/life/lifedlg.cpp b/examples/life/lifedlg.cpp
index 9bc47e8b1..7f549e845 100644
--- a/examples/life/lifedlg.cpp
+++ b/examples/life/lifedlg.cpp
@@ -8,7 +8,7 @@
*****************************************************************************/
#include "lifedlg.h"
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqpushbutton.h>
#include <tqlabel.h>
#include <tqslider.h>
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()