From 397b7afa8e3f32268c4454bf4783ac2a5a799658 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 15 Oct 2024 13:05:33 +0900 Subject: Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/wizard-example.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/wizard-example.html') diff --git a/doc/html/wizard-example.html b/doc/html/wizard-example.html index ec2513b64..1781ddeeb 100644 --- a/doc/html/wizard-example.html +++ b/doc/html/wizard-example.html @@ -104,7 +104,7 @@ protected slots: #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 ) @@ -327,11 +327,11 @@ void Wizard::dataChanged( const TQStr *****************************************************************************/ #include "wizard.h" -#include <ntqapplication.h> +#include <tqapplication.h> int main(int argc,char **argv) { - TQApplication a(argc,argv); + TQApplication a(argc,argv); Wizard wizard; wizard.setCaption("TQt Example - Wizard"); -- cgit v1.2.3