summaryrefslogtreecommitdiffstats
path: root/examples/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'examples/i18n')
-rw-r--r--examples/i18n/main.cpp2
-rw-r--r--examples/i18n/mywidget.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/i18n/main.cpp b/examples/i18n/main.cpp
index 6774ca42d..ef41d3756 100644
--- a/examples/i18n/main.cpp
+++ b/examples/i18n/main.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqtranslator.h>
#include <tqfileinfo.h>
#include <tqmessagebox.h>
diff --git a/examples/i18n/mywidget.cpp b/examples/i18n/mywidget.cpp
index 076a3d08c..b0aec85bb 100644
--- a/examples/i18n/mywidget.cpp
+++ b/examples/i18n/mywidget.cpp
@@ -19,7 +19,7 @@
#include <tqpopupmenu.h>
#include <tqmenubar.h>
#include <tqstatusbar.h>
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include "mywidget.h"