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/main.cpp | 2 +- examples/helpsystem/mainwindow.cpp | 22 +++++++++++----------- examples/helpsystem/mainwindow.h | 2 +- examples/helpsystem/tooltip.cpp | 4 ++-- examples/helpsystem/tooltip.h | 2 +- examples/helpsystem/whatsthis.cpp | 12 ++++++------ examples/helpsystem/whatsthis.h | 2 +- 7 files changed, 23 insertions(+), 23 deletions(-) (limited to 'examples/helpsystem') diff --git a/examples/helpsystem/main.cpp b/examples/helpsystem/main.cpp index 43c2b73c5..aa99b8d22 100644 --- a/examples/helpsystem/main.cpp +++ b/examples/helpsystem/main.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include +#include #include "mainwindow.h" 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) ); } diff --git a/examples/helpsystem/mainwindow.h b/examples/helpsystem/mainwindow.h index 32c7239c8..00f4da5a9 100644 --- a/examples/helpsystem/mainwindow.h +++ b/examples/helpsystem/mainwindow.h @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include +#include class HeaderToolTip; class TableToolTip; diff --git a/examples/helpsystem/tooltip.cpp b/examples/helpsystem/tooltip.cpp index 407afa84a..eba546159 100644 --- a/examples/helpsystem/tooltip.cpp +++ b/examples/helpsystem/tooltip.cpp @@ -7,8 +7,8 @@ ** *****************************************************************************/ -#include -#include +#include +#include #include "tooltip.h" diff --git a/examples/helpsystem/tooltip.h b/examples/helpsystem/tooltip.h index 69c3bb74f..336a06fc2 100644 --- a/examples/helpsystem/tooltip.h +++ b/examples/helpsystem/tooltip.h @@ -10,7 +10,7 @@ #ifndef TOOLTIP_H #define TOOLTIP_H -#include +#include class TQTable; diff --git a/examples/helpsystem/whatsthis.cpp b/examples/helpsystem/whatsthis.cpp index b8511cbe9..020c59199 100644 --- a/examples/helpsystem/whatsthis.cpp +++ b/examples/helpsystem/whatsthis.cpp @@ -7,10 +7,10 @@ ** *****************************************************************************/ -#include -#include -#include -#include +#include +#include +#include +#include #include "whatsthis.h" @@ -53,7 +53,7 @@ TQString HeaderWhatsThis::text( const TQPoint &p ) if( section == -1 ) return "This is empty space."; TQString docsPath = TQDir("../../doc").absPath(); - return TQString("This is section number %1 in the %2 header."). + return TQString("This is section number %1 in the %2 header."). arg(section + 1). arg(orient). arg(docsPath); @@ -91,7 +91,7 @@ TQString TableWhatsThis::text( const TQPoint &p ) arg(docsPath); } else if ( TQCheckTableItem::RTTI == i->rtti() ) { return TQString("This is a TQCheckTableItem." - "
It provide checkboxes in tables."). + "
It provide checkboxes in tables."). arg(docsPath).arg(docsPath); } diff --git a/examples/helpsystem/whatsthis.h b/examples/helpsystem/whatsthis.h index d15aad421..5280567d4 100644 --- a/examples/helpsystem/whatsthis.h +++ b/examples/helpsystem/whatsthis.h @@ -10,7 +10,7 @@ #ifndef WHATSTHIS_H #define WHATSTHIS_H -#include +#include class TQHeader; class TQTable; -- cgit v1.2.1