From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- examples/helpsystem/mainwindow.cpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'examples/helpsystem/mainwindow.cpp') diff --git a/examples/helpsystem/mainwindow.cpp b/examples/helpsystem/mainwindow.cpp index e7e4ef9a9..cb64166b4 100644 --- a/examples/helpsystem/mainwindow.cpp +++ b/examples/helpsystem/mainwindow.cpp @@ -7,16 +7,16 @@ ** *****************************************************************************/ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include "mainwindow.h" #include "tooltip.h" @@ -114,5 +114,5 @@ MainWindow::~MainWindow() void MainWindow::assistantSlot() { TQString docsPath = TQDir("../../doc").absPath(); - assistant->showPage( TQString("%1/html/qassistantclient.html").arg(docsPath) ); + assistant->showPage( TQString("%1/html/ntqassistantclient.html").arg(docsPath) ); } -- cgit v1.2.1