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/addressbook/centralwidget.cpp | 22 +++++++++++----------- examples/addressbook/centralwidget.h | 4 ++-- examples/addressbook/main.cpp | 2 +- examples/addressbook/mainwindow.cpp | 14 +++++++------- examples/addressbook/mainwindow.h | 4 ++-- 5 files changed, 23 insertions(+), 23 deletions(-) (limited to 'examples/addressbook') diff --git a/examples/addressbook/centralwidget.cpp b/examples/addressbook/centralwidget.cpp index 86edc9c52..51e67f73b 100644 --- a/examples/addressbook/centralwidget.cpp +++ b/examples/addressbook/centralwidget.cpp @@ -9,17 +9,17 @@ #include "centralwidget.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include ABCentralWidget::ABCentralWidget( TQWidget *parent, const char *name ) : TQWidget( parent, name ) diff --git a/examples/addressbook/centralwidget.h b/examples/addressbook/centralwidget.h index 66e44a332..cf190d478 100644 --- a/examples/addressbook/centralwidget.h +++ b/examples/addressbook/centralwidget.h @@ -10,8 +10,8 @@ #ifndef AB_CENTRALWIDGET_H #define AB_CENTRALWIDGET_H -#include -#include +#include +#include class TQTabWidget; class TQListView; diff --git a/examples/addressbook/main.cpp b/examples/addressbook/main.cpp index c1df2139b..b74f36e4d 100644 --- a/examples/addressbook/main.cpp +++ b/examples/addressbook/main.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include +#include #include "mainwindow.h" diff --git a/examples/addressbook/mainwindow.cpp b/examples/addressbook/mainwindow.cpp index 4d2d1fdd3..1e179b2a8 100644 --- a/examples/addressbook/mainwindow.cpp +++ b/examples/addressbook/mainwindow.cpp @@ -10,13 +10,13 @@ #include "mainwindow.h" #include "centralwidget.h" -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include ABMainWindow::ABMainWindow() : TQMainWindow( 0, "example addressbook application" ), diff --git a/examples/addressbook/mainwindow.h b/examples/addressbook/mainwindow.h index e7ae62d8d..e3a453eae 100644 --- a/examples/addressbook/mainwindow.h +++ b/examples/addressbook/mainwindow.h @@ -10,8 +10,8 @@ #ifndef AB_MAINWINDOW_H #define AB_MAINWINDOW_H -#include -#include +#include +#include class TQToolBar; class TQPopupMenu; -- cgit v1.2.1