summaryrefslogtreecommitdiffstats
path: root/examples/helpsystem/mainwindow.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-25 15:36:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-29 22:23:36 +0900
commit0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch)
tree0ef68a6a92087957855c7607ac176821d10d049d /examples/helpsystem/mainwindow.cpp
parent7b1d2ad2df8cd011b487c43336aa67639fa359c9 (diff)
downloadtqt-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.tar.gz
tqt-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.zip
Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/helpsystem/mainwindow.cpp')
-rw-r--r--examples/helpsystem/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
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 <ntqapplication.h>
-#include <ntqassistantclient.h>
+#include <tqassistantclient.h>
#include <tqfiledialog.h>
#include <tqmenubar.h>
#include <tqpopupmenu.h>
@@ -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) );
}