summaryrefslogtreecommitdiffstats
path: root/examples/helpsystem/mainwindow.cpp
diff options
context:
space:
mode:
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) );
}