From 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 25 Aug 2024 15:36:25 +0900 Subject: Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h) Signed-off-by: Michele Calgaro --- examples/helpsystem/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/helpsystem/mainwindow.cpp') diff --git a/examples/helpsystem/mainwindow.cpp b/examples/helpsystem/mainwindow.cpp index 8cd3c31bf..573e335d5 100644 --- a/examples/helpsystem/mainwindow.cpp +++ b/examples/helpsystem/mainwindow.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include -#include +#include #include #include #include @@ -114,5 +114,5 @@ MainWindow::~MainWindow() void MainWindow::assistantSlot() { TQString docsPath = TQDir("../../doc").absPath(); - assistant->showPage( TQString("%1/html/ntqassistantclient.html").arg(docsPath) ); + assistant->showPage( TQString("%1/html/tqassistantclient.html").arg(docsPath) ); } -- cgit v1.2.3