diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /examples/addressbook | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'examples/addressbook')
-rw-r--r-- | examples/addressbook/centralwidget.cpp | 22 | ||||
-rw-r--r-- | examples/addressbook/centralwidget.h | 4 | ||||
-rw-r--r-- | examples/addressbook/main.cpp | 2 | ||||
-rw-r--r-- | examples/addressbook/mainwindow.cpp | 14 | ||||
-rw-r--r-- | examples/addressbook/mainwindow.h | 4 |
5 files changed, 23 insertions, 23 deletions
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 <qtabwidget.h> -#include <qlistview.h> -#include <qlayout.h> -#include <qwidget.h> -#include <qlabel.h> -#include <qpushbutton.h> -#include <qlineedit.h> -#include <qlabel.h> -#include <qcheckbox.h> -#include <qfile.h> -#include <qtextstream.h> +#include <ntqtabwidget.h> +#include <ntqlistview.h> +#include <ntqlayout.h> +#include <ntqwidget.h> +#include <ntqlabel.h> +#include <ntqpushbutton.h> +#include <ntqlineedit.h> +#include <ntqlabel.h> +#include <ntqcheckbox.h> +#include <ntqfile.h> +#include <ntqtextstream.h> 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 <qwidget.h> -#include <qstring.h> +#include <ntqwidget.h> +#include <ntqstring.h> 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 <qapplication.h> +#include <ntqapplication.h> #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 <qtoolbar.h> -#include <qtoolbutton.h> -#include <qpopupmenu.h> -#include <qmenubar.h> -#include <qstatusbar.h> -#include <qapplication.h> -#include <qfiledialog.h> +#include <ntqtoolbar.h> +#include <ntqtoolbutton.h> +#include <ntqpopupmenu.h> +#include <ntqmenubar.h> +#include <ntqstatusbar.h> +#include <ntqapplication.h> +#include <ntqfiledialog.h> 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 <qmainwindow.h> -#include <qstring.h> +#include <ntqmainwindow.h> +#include <ntqstring.h> class TQToolBar; class TQPopupMenu; |