summaryrefslogtreecommitdiffstats
path: root/examples/wizard
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wizard')
-rw-r--r--examples/wizard/main.cpp2
-rw-r--r--examples/wizard/wizard.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/wizard/main.cpp b/examples/wizard/main.cpp
index 3f08e99e9..f49c18303 100644
--- a/examples/wizard/main.cpp
+++ b/examples/wizard/main.cpp
@@ -8,7 +8,7 @@
*****************************************************************************/
#include "wizard.h"
-#include <ntqapplication.h>
+#include <tqapplication.h>
int main(int argc,char **argv)
{
diff --git a/examples/wizard/wizard.cpp b/examples/wizard/wizard.cpp
index 62d4226e9..88da99e8a 100644
--- a/examples/wizard/wizard.cpp
+++ b/examples/wizard/wizard.cpp
@@ -16,7 +16,7 @@
#include <tqlineedit.h>
#include <tqpushbutton.h>
#include <tqvalidator.h>
-#include <ntqapplication.h>
+#include <tqapplication.h>
Wizard::Wizard( TQWidget *parent, const char *name )
: TQWizard( parent, name, TRUE )