diff options
Diffstat (limited to 'examples')
181 files changed, 182 insertions, 182 deletions
| diff --git a/examples/aclock/main.cpp b/examples/aclock/main.cpp index 0331d790e..bad2fb5b8 100644 --- a/examples/aclock/main.cpp +++ b/examples/aclock/main.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "aclock.h" -#include <ntqapplication.h> +#include <tqapplication.h>  int main( int argc, char **argv ) diff --git a/examples/action/application.cpp b/examples/action/application.cpp index c599b29ff..e2c6729a6 100644 --- a/examples/action/application.cpp +++ b/examples/action/application.cpp @@ -21,7 +21,7 @@  #include <tqstatusbar.h>  #include <tqmessagebox.h>  #include <tqprinter.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqaccel.h>  #include <tqtextstream.h>  #include <tqpainter.h> diff --git a/examples/action/main.cpp b/examples/action/main.cpp index fd3df5054..0a0156a85 100644 --- a/examples/action/main.cpp +++ b/examples/action/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "application.h"  int main( int argc, char ** argv ) { diff --git a/examples/action/toggleaction/toggleaction.cpp b/examples/action/toggleaction/toggleaction.cpp index 79c838d63..13b8c1482 100644 --- a/examples/action/toggleaction/toggleaction.cpp +++ b/examples/action/toggleaction/toggleaction.cpp @@ -1,4 +1,4 @@ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqmainwindow.h>  #include <tqtoolbar.h>  #include <tqaction.h> diff --git a/examples/addressbook/main.cpp b/examples/addressbook/main.cpp index 80c36dc05..9b0eda28a 100644 --- a/examples/addressbook/main.cpp +++ b/examples/addressbook/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "mainwindow.h" diff --git a/examples/addressbook/mainwindow.cpp b/examples/addressbook/mainwindow.cpp index 6eadba72f..894458413 100644 --- a/examples/addressbook/mainwindow.cpp +++ b/examples/addressbook/mainwindow.cpp @@ -15,7 +15,7 @@  #include <tqpopupmenu.h>  #include <tqmenubar.h>  #include <tqstatusbar.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqfiledialog.h>  ABMainWindow::ABMainWindow() diff --git a/examples/application/application.cpp b/examples/application/application.cpp index 136a97030..8db74fa1f 100644 --- a/examples/application/application.cpp +++ b/examples/application/application.cpp @@ -21,7 +21,7 @@  #include <tqstatusbar.h>  #include <tqmessagebox.h>  #include <tqprinter.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqaccel.h>  #include <tqtextstream.h>  #include <tqpainter.h> diff --git a/examples/application/main.cpp b/examples/application/main.cpp index 442af1206..f63aa868a 100644 --- a/examples/application/main.cpp +++ b/examples/application/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "application.h"  int main( int argc, char ** argv ) { diff --git a/examples/biff/main.cpp b/examples/biff/main.cpp index 097ece2bb..ca8e73183 100644 --- a/examples/biff/main.cpp +++ b/examples/biff/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "biff.h" diff --git a/examples/buttongroups/main.cpp b/examples/buttongroups/main.cpp index de32dfb95..bbda6539c 100644 --- a/examples/buttongroups/main.cpp +++ b/examples/buttongroups/main.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "buttongroups.h" -#include <ntqapplication.h> +#include <tqapplication.h>  int main( int argc, char **argv )  { diff --git a/examples/canvas/canvas.cpp b/examples/canvas/canvas.cpp index b0975a154..d5d551985 100644 --- a/examples/canvas/canvas.cpp +++ b/examples/canvas/canvas.cpp @@ -3,7 +3,7 @@  #include <tqstatusbar.h>  #include <tqmessagebox.h>  #include <tqmenubar.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqpainter.h>  #include <tqprinter.h>  #include <tqlabel.h> diff --git a/examples/canvas/main.cpp b/examples/canvas/main.cpp index a1ae84472..d62962cc7 100644 --- a/examples/canvas/main.cpp +++ b/examples/canvas/main.cpp @@ -1,7 +1,7 @@  #include <tqstatusbar.h>  #include <tqmessagebox.h>  #include <tqmenubar.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqimage.h>  #include "canvas.h" diff --git a/examples/chart/chartform.cpp b/examples/chart/chartform.cpp index c4956db0a..d585c4f78 100644 --- a/examples/chart/chartform.cpp +++ b/examples/chart/chartform.cpp @@ -4,7 +4,7 @@  #include "setdataform.h"  #include <tqaction.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqcombobox.h>  #include <tqfile.h>  #include <tqfiledialog.h> diff --git a/examples/chart/main.cpp b/examples/chart/main.cpp index f904c42b3..4e589ee68 100644 --- a/examples/chart/main.cpp +++ b/examples/chart/main.cpp @@ -1,4 +1,4 @@ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "chartform.h" diff --git a/examples/checklists/main.cpp b/examples/checklists/main.cpp index 65f368348..0aa41c9ac 100644 --- a/examples/checklists/main.cpp +++ b/examples/checklists/main.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "checklists.h" -#include <ntqapplication.h> +#include <tqapplication.h>  int main( int argc, char **argv )  { diff --git a/examples/cursor/cursor.cpp b/examples/cursor/cursor.cpp index 342862a55..16961f049 100644 --- a/examples/cursor/cursor.cpp +++ b/examples/cursor/cursor.cpp @@ -9,7 +9,7 @@  #include <tqlabel.h>  #include <tqbitmap.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqlayout.h>  #include <tqcursor.h> diff --git a/examples/customlayout/main.cpp b/examples/customlayout/main.cpp index 7dc3640f2..e2605031a 100644 --- a/examples/customlayout/main.cpp +++ b/examples/customlayout/main.cpp @@ -13,7 +13,7 @@  #include "border.h"  #include "card.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqlabel.h>  #include <tqcolor.h>  #include <tqgroupbox.h> diff --git a/examples/dclock/main.cpp b/examples/dclock/main.cpp index 27a9f96dd..9fa8e011d 100644 --- a/examples/dclock/main.cpp +++ b/examples/dclock/main.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "dclock.h" -#include <ntqapplication.h> +#include <tqapplication.h>  int main( int argc, char **argv ) diff --git a/examples/demo/dnd/listview.cpp b/examples/demo/dnd/listview.cpp index e97a03ea0..6b66d242e 100644 --- a/examples/demo/dnd/listview.cpp +++ b/examples/demo/dnd/listview.cpp @@ -1,5 +1,5 @@  #include <tqdragobject.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include "listview.h"  #include "dnd.h" diff --git a/examples/demo/dnd/styledbutton.cpp b/examples/demo/dnd/styledbutton.cpp index ee393a106..532c66cca 100644 --- a/examples/demo/dnd/styledbutton.cpp +++ b/examples/demo/dnd/styledbutton.cpp @@ -39,7 +39,7 @@  #include <tqpainter.h>  #include <tqimage.h>  #include <tqpixmap.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqdragobject.h>  #include <tqstyle.h> diff --git a/examples/demo/frame.cpp b/examples/demo/frame.cpp index 85375eb55..2c4105330 100644 --- a/examples/demo/frame.cpp +++ b/examples/demo/frame.cpp @@ -9,7 +9,7 @@  #include "frame.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqpopupmenu.h>  #include <tqmenubar.h>  #include <tqaccel.h> diff --git a/examples/demo/i18n/i18n.cpp b/examples/demo/i18n/i18n.cpp index 87678dfa1..b9ed9da7e 100644 --- a/examples/demo/i18n/i18n.cpp +++ b/examples/demo/i18n/i18n.cpp @@ -12,7 +12,7 @@  #include <tqtoolbutton.h>  #include <tqpixmap.h>  #include <tqiconset.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqwidgetlist.h>  #include <tqlabel.h>  #include <tqtextedit.h> diff --git a/examples/demo/main.cpp b/examples/demo/main.cpp index 7be7d2483..381e44aae 100644 --- a/examples/demo/main.cpp +++ b/examples/demo/main.cpp @@ -17,7 +17,7 @@  #include "dnd/dnd.h"  #include "i18n/i18n.h" -#include <ntqmodules.h> +#include <tqmodules.h>  #if defined(TQT_MODULE_OPENGL)  #include "opengl/glworkspace.h" @@ -37,7 +37,7 @@  #include <stdlib.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqimage.h>  #include <tqtabwidget.h> diff --git a/examples/demo/qasteroids/toplevel.cpp b/examples/demo/qasteroids/toplevel.cpp index 5eb9a9c87..ca6db89ef 100644 --- a/examples/demo/qasteroids/toplevel.cpp +++ b/examples/demo/qasteroids/toplevel.cpp @@ -10,7 +10,7 @@  #include <tqlcdnumber.h>  #include <tqpushbutton.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include "toplevel.h"  #include "ledmeter.h" diff --git a/examples/demo/qasteroids/view.cpp b/examples/demo/qasteroids/view.cpp index 8b7ceeed3..e0ee429af 100644 --- a/examples/demo/qasteroids/view.cpp +++ b/examples/demo/qasteroids/view.cpp @@ -6,7 +6,7 @@  #include <stdlib.h>  #include <math.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqkeycode.h>  #include <tqaccel.h>  #include <tqmessagebox.h> diff --git a/examples/demo/textdrawing/helpwindow.cpp b/examples/demo/textdrawing/helpwindow.cpp index 8804a513a..88d54f5b0 100644 --- a/examples/demo/textdrawing/helpwindow.cpp +++ b/examples/demo/textdrawing/helpwindow.cpp @@ -20,7 +20,7 @@  #include <tqstylesheet.h>  #include <tqmessagebox.h>  #include <tqfiledialog.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqcombobox.h>  #include <tqevent.h>  #include <tqlineedit.h> diff --git a/examples/demo/textdrawing/textedit.cpp b/examples/demo/textdrawing/textedit.cpp index 65239fc79..c002de194 100644 --- a/examples/demo/textdrawing/textedit.cpp +++ b/examples/demo/textdrawing/textedit.cpp @@ -15,7 +15,7 @@  #include <tqpopupmenu.h>  #include <tqtoolbar.h>  #include <tqtabwidget.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqfontdatabase.h>  #include <tqcombobox.h>  #include <tqlineedit.h> diff --git a/examples/desktop/desktop.cpp b/examples/desktop/desktop.cpp index 4e9a54445..68b8f1513 100644 --- a/examples/desktop/desktop.cpp +++ b/examples/desktop/desktop.cpp @@ -10,7 +10,7 @@  #include <tqimage.h>  #include <tqbitmap.h>  #include <tqpainter.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqdropsite.h>  #include <tqdragobject.h>  #include <stdio.h> diff --git a/examples/dirview/dirview.cpp b/examples/dirview/dirview.cpp index 351c01d6b..1dc9483aa 100644 --- a/examples/dirview/dirview.cpp +++ b/examples/dirview/dirview.cpp @@ -20,7 +20,7 @@  #include <tqmime.h>  #include <tqstrlist.h>  #include <tqstringlist.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqheader.h>  static const char* folder_closed_xpm[]={ diff --git a/examples/dirview/main.cpp b/examples/dirview/main.cpp index 50727fe07..2b0a570bb 100644 --- a/examples/dirview/main.cpp +++ b/examples/dirview/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqfileinfo.h>  #include <tqdir.h>  #include "dirview.h" diff --git a/examples/distributor/distributor.ui.h b/examples/distributor/distributor.ui.h index 1c1ee2b8f..992783330 100644 --- a/examples/distributor/distributor.ui.h +++ b/examples/distributor/distributor.ui.h @@ -7,7 +7,7 @@  ** place of a destructor.  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqcursor.h>  #include <tqeventloop.h>  #include <tqfile.h> diff --git a/examples/distributor/main.cpp b/examples/distributor/main.cpp index 37c51c80f..a8618abee 100644 --- a/examples/distributor/main.cpp +++ b/examples/distributor/main.cpp @@ -1,4 +1,4 @@ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "distributor.h"  int main( int argc, char ** argv ) diff --git a/examples/dragdrop/main.cpp b/examples/dragdrop/main.cpp index 64e457653..661c8a52d 100644 --- a/examples/dragdrop/main.cpp +++ b/examples/dragdrop/main.cpp @@ -9,7 +9,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "dropsite.h"  #include "secret.h"  #include <tqlayout.h> diff --git a/examples/drawdemo/drawdemo.cpp b/examples/drawdemo/drawdemo.cpp index 6f34c746f..cbcdb4436 100644 --- a/examples/drawdemo/drawdemo.cpp +++ b/examples/drawdemo/drawdemo.cpp @@ -13,7 +13,7 @@  #include <tqpushbutton.h>  #include <tqradiobutton.h>  #include <tqbuttongroup.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <math.h>  // diff --git a/examples/drawlines/connect.cpp b/examples/drawlines/connect.cpp index 37c8a4690..2e4000944 100644 --- a/examples/drawlines/connect.cpp +++ b/examples/drawlines/connect.cpp @@ -9,7 +9,7 @@  #include <tqwidget.h>  #include <tqpainter.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <stdlib.h> diff --git a/examples/extension/main.cpp b/examples/extension/main.cpp index 0bcaef440..dbcf30630 100644 --- a/examples/extension/main.cpp +++ b/examples/extension/main.cpp @@ -1,4 +1,4 @@ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "mainform.h"  int main( int argc, char ** argv ) diff --git a/examples/extension/mainform.ui.h b/examples/extension/mainform.ui.h index 6ff472c56..68a6368c6 100644 --- a/examples/extension/mainform.ui.h +++ b/examples/extension/mainform.ui.h @@ -7,7 +7,7 @@  *****************************************************************************/  #include "dialogform.h"  #include "extension.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqcheckbox.h>  #include <tqlineedit.h> diff --git a/examples/fileiconview/main.cpp b/examples/fileiconview/main.cpp index b6d628236..6af1f9b1d 100644 --- a/examples/fileiconview/main.cpp +++ b/examples/fileiconview/main.cpp @@ -10,7 +10,7 @@  #include "mainwindow.h"  #include "tqfileiconview.h" -#include <ntqapplication.h> +#include <tqapplication.h>  int main( int argc, char **argv ) diff --git a/examples/fileiconview/tqfileiconview.cpp b/examples/fileiconview/tqfileiconview.cpp index ea3524bc1..3b56bead6 100644 --- a/examples/fileiconview/tqfileiconview.cpp +++ b/examples/fileiconview/tqfileiconview.cpp @@ -18,7 +18,7 @@  #include <tqevent.h>  #include <tqpopupmenu.h>  #include <tqcursor.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqwmatrix.h>  #include <stdlib.h> diff --git a/examples/fonts/simple-tqfont-demo/simple-tqfont-demo.cpp b/examples/fonts/simple-tqfont-demo/simple-tqfont-demo.cpp index aa12a5055..3c3551c4e 100644 --- a/examples/fonts/simple-tqfont-demo/simple-tqfont-demo.cpp +++ b/examples/fonts/simple-tqfont-demo/simple-tqfont-demo.cpp @@ -1,7 +1,7 @@  #include "viewer.h" -#include <ntqapplication.h> +#include <tqapplication.h>  int main( int argc, char **argv )  { diff --git a/examples/forever/forever.cpp b/examples/forever/forever.cpp index 54fe49b6d..61dea7ecf 100644 --- a/examples/forever/forever.cpp +++ b/examples/forever/forever.cpp @@ -9,7 +9,7 @@  #include <tqtimer.h>  #include <tqpainter.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <stdlib.h>				// defines rand() function  #include "forever.h" diff --git a/examples/gridview/gridview.cpp b/examples/gridview/gridview.cpp index 928641ed8..971084e2c 100644 --- a/examples/gridview/gridview.cpp +++ b/examples/gridview/gridview.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqgridview.h>  #include <tqpainter.h> diff --git a/examples/hello/main.cpp b/examples/hello/main.cpp index 22608f099..6c3dc617b 100644 --- a/examples/hello/main.cpp +++ b/examples/hello/main.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "hello.h" -#include <ntqapplication.h> +#include <tqapplication.h>  /* diff --git a/examples/helpdemo/main.cpp b/examples/helpdemo/main.cpp index f632cfc28..e6904ec73 100644 --- a/examples/helpdemo/main.cpp +++ b/examples/helpdemo/main.cpp @@ -1,4 +1,4 @@ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "helpdemo.h"  int main( int argc, char ** argv ) diff --git a/examples/helpsystem/main.cpp b/examples/helpsystem/main.cpp index aa99b8d22..70c67bfa7 100644 --- a/examples/helpsystem/main.cpp +++ b/examples/helpsystem/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "mainwindow.h" diff --git a/examples/helpsystem/mainwindow.cpp b/examples/helpsystem/mainwindow.cpp index 573e335d5..cac242c3f 100644 --- a/examples/helpsystem/mainwindow.cpp +++ b/examples/helpsystem/mainwindow.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqassistantclient.h>  #include <tqfiledialog.h>  #include <tqmenubar.h> diff --git a/examples/helpsystem/whatsthis.cpp b/examples/helpsystem/whatsthis.cpp index 113dbc10c..d57da1449 100644 --- a/examples/helpsystem/whatsthis.cpp +++ b/examples/helpsystem/whatsthis.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqdir.h>  #include <tqheader.h>  #include <tqtable.h> diff --git a/examples/helpviewer/helpwindow.cpp b/examples/helpviewer/helpwindow.cpp index 121cd8a03..b85eae3b9 100644 --- a/examples/helpviewer/helpwindow.cpp +++ b/examples/helpviewer/helpwindow.cpp @@ -20,7 +20,7 @@  #include <tqstylesheet.h>  #include <tqmessagebox.h>  #include <tqfiledialog.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqcombobox.h>  #include <tqevent.h>  #include <tqlineedit.h> diff --git a/examples/helpviewer/main.cpp b/examples/helpviewer/main.cpp index 55483c3dc..ee2e7ad85 100644 --- a/examples/helpviewer/main.cpp +++ b/examples/helpviewer/main.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "helpwindow.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqdir.h>  #include <stdlib.h> diff --git a/examples/i18n/main.cpp b/examples/i18n/main.cpp index 6774ca42d..ef41d3756 100644 --- a/examples/i18n/main.cpp +++ b/examples/i18n/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqtranslator.h>  #include <tqfileinfo.h>  #include <tqmessagebox.h> diff --git a/examples/i18n/mywidget.cpp b/examples/i18n/mywidget.cpp index 076a3d08c..b0aec85bb 100644 --- a/examples/i18n/mywidget.cpp +++ b/examples/i18n/mywidget.cpp @@ -19,7 +19,7 @@  #include <tqpopupmenu.h>  #include <tqmenubar.h>  #include <tqstatusbar.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include "mywidget.h" diff --git a/examples/iconview/main.cpp b/examples/iconview/main.cpp index fdb83feb0..476985a97 100644 --- a/examples/iconview/main.cpp +++ b/examples/iconview/main.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include <tqiconview.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqdragobject.h>  #include <tqpixmap.h>  #include <tqiconset.h> diff --git a/examples/iconview/simple_dd/main.h b/examples/iconview/simple_dd/main.h index 032da5eb2..e3fcdf512 100644 --- a/examples/iconview/simple_dd/main.h +++ b/examples/iconview/simple_dd/main.h @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqcursor.h>  #include <tqsplitter.h>  #include <tqlistbox.h> diff --git a/examples/layout/layout.cpp b/examples/layout/layout.cpp index 1256afa3b..18fd487fe 100644 --- a/examples/layout/layout.cpp +++ b/examples/layout/layout.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqlabel.h>  #include <tqcolor.h>  #include <tqpushbutton.h> diff --git a/examples/life/life.cpp b/examples/life/life.cpp index 83caded9d..ff02ff851 100644 --- a/examples/life/life.cpp +++ b/examples/life/life.cpp @@ -13,7 +13,7 @@  #include <tqdrawutil.h>  #include <tqcheckbox.h>  #include <tqevent.h> -#include <ntqapplication.h> +#include <tqapplication.h>  // The main game of life widget diff --git a/examples/life/lifedlg.cpp b/examples/life/lifedlg.cpp index 9bc47e8b1..7f549e845 100644 --- a/examples/life/lifedlg.cpp +++ b/examples/life/lifedlg.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "lifedlg.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqpushbutton.h>  #include <tqlabel.h>  #include <tqslider.h> diff --git a/examples/life/main.cpp b/examples/life/main.cpp index 61003a51c..ce545e638 100644 --- a/examples/life/main.cpp +++ b/examples/life/main.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "lifedlg.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <stdlib.h>  void usage() diff --git a/examples/lineedits/main.cpp b/examples/lineedits/main.cpp index a311cf48e..0320e0c1a 100644 --- a/examples/lineedits/main.cpp +++ b/examples/lineedits/main.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "lineedits.h" -#include <ntqapplication.h> +#include <tqapplication.h>  int main( int argc, char **argv )  { diff --git a/examples/listbox/main.cpp b/examples/listbox/main.cpp index 1eae11227..61652cd23 100644 --- a/examples/listbox/main.cpp +++ b/examples/listbox/main.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "listbox.h" -#include <ntqapplication.h> +#include <tqapplication.h>  int main( int argc, char **argv )  { diff --git a/examples/listboxcombo/main.cpp b/examples/listboxcombo/main.cpp index 6b41a65c4..93ffece38 100644 --- a/examples/listboxcombo/main.cpp +++ b/examples/listboxcombo/main.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "listboxcombo.h" -#include <ntqapplication.h> +#include <tqapplication.h>  int main( int argc, char **argv )  { diff --git a/examples/listviews/main.cpp b/examples/listviews/main.cpp index e32831647..ee1c2a8a1 100644 --- a/examples/listviews/main.cpp +++ b/examples/listviews/main.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "listviews.h" -#include <ntqapplication.h> +#include <tqapplication.h>  int main( int argc, char **argv )  { diff --git a/examples/mdi/application.cpp b/examples/mdi/application.cpp index 5d3cff556..33301eb8e 100644 --- a/examples/mdi/application.cpp +++ b/examples/mdi/application.cpp @@ -22,7 +22,7 @@  #include <tqstatusbar.h>  #include <tqmessagebox.h>  #include <tqprinter.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqpushbutton.h>  #include <tqaccel.h>  #include <tqtextstream.h> diff --git a/examples/mdi/main.cpp b/examples/mdi/main.cpp index 07fd5d76c..451f14f19 100644 --- a/examples/mdi/main.cpp +++ b/examples/mdi/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "application.h"  int main( int argc, char ** argv ) { diff --git a/examples/menu/menu.cpp b/examples/menu/menu.cpp index 1c1af8f93..c36092790 100644 --- a/examples/menu/menu.cpp +++ b/examples/menu/menu.cpp @@ -10,7 +10,7 @@  #include "menu.h"  #include <tqcursor.h>  #include <tqpopupmenu.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqmessagebox.h>  #include <tqpixmap.h>  #include <tqpainter.h> diff --git a/examples/movies/main.cpp b/examples/movies/main.cpp index 39cc3e337..aab17832c 100644 --- a/examples/movies/main.cpp +++ b/examples/movies/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqfiledialog.h>  #include <tqpushbutton.h>  #include <tqlabel.h> diff --git a/examples/network/archivesearch/archivedialog.ui b/examples/network/archivesearch/archivedialog.ui index 637961456..55b4a59b0 100644 --- a/examples/network/archivesearch/archivedialog.ui +++ b/examples/network/archivesearch/archivedialog.ui @@ -115,7 +115,7 @@      <include location="global" impldecl="in declaration">tqhttp.h</include>      <include location="global" impldecl="in declaration">tqurl.h</include>      <include location="global" impldecl="in declaration">tqmessagebox.h</include> -    <include location="global" impldecl="in declaration">ntqapplication.h</include> +    <include location="global" impldecl="in declaration">tqapplication.h</include>      <include location="global" impldecl="in declaration">tqcursor.h</include>      <include location="global" impldecl="in declaration">tqregexp.h</include>      <include location="local" impldecl="in implementation">archivedialog.ui.h</include> diff --git a/examples/network/archivesearch/main.cpp b/examples/network/archivesearch/main.cpp index 53e7e9289..e2683ffe6 100644 --- a/examples/network/archivesearch/main.cpp +++ b/examples/network/archivesearch/main.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "archivedialog.h" -#include <ntqapplication.h> +#include <tqapplication.h>  int main(int argc, char **argv)  { diff --git a/examples/network/clientserver/client/client.cpp b/examples/network/clientserver/client/client.cpp index 8e80a8a90..ce3d96767 100644 --- a/examples/network/clientserver/client/client.cpp +++ b/examples/network/clientserver/client/client.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include <tqsocket.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqvbox.h>  #include <tqhbox.h>  #include <tqtextview.h> diff --git a/examples/network/clientserver/server/server.cpp b/examples/network/clientserver/server/server.cpp index 97a164ba7..9f8d82a7f 100644 --- a/examples/network/clientserver/server/server.cpp +++ b/examples/network/clientserver/server/server.cpp @@ -9,7 +9,7 @@  #include <tqsocket.h>  #include <tqserversocket.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqvbox.h>  #include <tqtextview.h>  #include <tqlabel.h> diff --git a/examples/network/ftpclient/ftpmainwindow.ui.h b/examples/network/ftpclient/ftpmainwindow.ui.h index ce6ff78b2..8580b7b69 100644 --- a/examples/network/ftpclient/ftpmainwindow.ui.h +++ b/examples/network/ftpclient/ftpmainwindow.ui.h @@ -25,7 +25,7 @@  #include <tqmessagebox.h>  #include <tqfiledialog.h>  #include <tqprogressdialog.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include "connectdialog.h"  #include "ftpviewitem.h" diff --git a/examples/network/ftpclient/main.cpp b/examples/network/ftpclient/main.cpp index 1a231a714..b743c5b2e 100644 --- a/examples/network/ftpclient/main.cpp +++ b/examples/network/ftpclient/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "ftpmainwindow.h"  int main( int argc, char **argv ) diff --git a/examples/network/httpd/httpd.cpp b/examples/network/httpd/httpd.cpp index 722354cd6..dc65fb9e0 100644 --- a/examples/network/httpd/httpd.cpp +++ b/examples/network/httpd/httpd.cpp @@ -10,7 +10,7 @@  #include <tqsocket.h>  #include <tqregexp.h>  #include <tqserversocket.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqmainwindow.h>  #include <tqtextstream.h>  #include <tqvbox.h> diff --git a/examples/network/infoprotocol/infoclient/client.cpp b/examples/network/infoprotocol/infoclient/client.cpp index eb35d96be..45d961136 100644 --- a/examples/network/infoprotocol/infoclient/client.cpp +++ b/examples/network/infoprotocol/infoclient/client.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include <tqsocket.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqtextedit.h>  #include <tqlineedit.h>  #include <tqlabel.h> diff --git a/examples/network/infoprotocol/infoclient/main.cpp b/examples/network/infoprotocol/infoclient/main.cpp index 014887949..cd9fffbbc 100644 --- a/examples/network/infoprotocol/infoclient/main.cpp +++ b/examples/network/infoprotocol/infoclient/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "client.h" diff --git a/examples/network/infoprotocol/infoserver/main.cpp b/examples/network/infoprotocol/infoserver/main.cpp index ecb2a361f..b37776a7a 100644 --- a/examples/network/infoprotocol/infoserver/main.cpp +++ b/examples/network/infoprotocol/infoserver/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "server.h" diff --git a/examples/network/infoprotocol/infoserver/server.cpp b/examples/network/infoprotocol/infoserver/server.cpp index 7e69d9791..967115c46 100644 --- a/examples/network/infoprotocol/infoserver/server.cpp +++ b/examples/network/infoprotocol/infoserver/server.cpp @@ -10,7 +10,7 @@  #include <tqtextview.h>  #include <tqpushbutton.h>  #include <tqtextstream.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqmessagebox.h>  #include <stdlib.h> diff --git a/examples/network/infoprotocol/infourlclient/client.cpp b/examples/network/infoprotocol/infourlclient/client.cpp index 29afa91c8..72b45ca28 100644 --- a/examples/network/infoprotocol/infourlclient/client.cpp +++ b/examples/network/infoprotocol/infourlclient/client.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqtextedit.h>  #include <tqpushbutton.h>  #include <tqfiledialog.h> diff --git a/examples/network/infoprotocol/infourlclient/main.cpp b/examples/network/infoprotocol/infourlclient/main.cpp index 08bd2e660..06824e5d9 100644 --- a/examples/network/infoprotocol/infourlclient/main.cpp +++ b/examples/network/infoprotocol/infourlclient/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "qip.h"  #include "client.h" diff --git a/examples/network/mail/main.cpp b/examples/network/mail/main.cpp index c45a2a944..52393ad1c 100644 --- a/examples/network/mail/main.cpp +++ b/examples/network/mail/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "composer.h" diff --git a/examples/network/mail/smtp.cpp b/examples/network/mail/smtp.cpp index dd396ce2b..afc9879ee 100644 --- a/examples/network/mail/smtp.cpp +++ b/examples/network/mail/smtp.cpp @@ -13,7 +13,7 @@  #include <tqsocket.h>  #include <tqdns.h>  #include <tqtimer.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqmessagebox.h>  #include <tqregexp.h> diff --git a/examples/network/networkprotocol/main.cpp b/examples/network/networkprotocol/main.cpp index 76f8fce5a..0293f16c2 100644 --- a/examples/network/networkprotocol/main.cpp +++ b/examples/network/networkprotocol/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqnetwork.h>  #include "nntp.h" diff --git a/examples/network/remotecontrol/ipcserver.cpp b/examples/network/remotecontrol/ipcserver.cpp index 80c340b8d..c6218e203 100644 --- a/examples/network/remotecontrol/ipcserver.cpp +++ b/examples/network/remotecontrol/ipcserver.cpp @@ -4,7 +4,7 @@  #include <tqvariant.h>  #include <tqimage.h>  #include <tqpalette.h> -#include <ntqapplication.h> +#include <tqapplication.h>  class IpcSocket : public TQSocket  { diff --git a/examples/network/remotecontrol/main.cpp b/examples/network/remotecontrol/main.cpp index 914d56855..437173088 100644 --- a/examples/network/remotecontrol/main.cpp +++ b/examples/network/remotecontrol/main.cpp @@ -1,4 +1,4 @@ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "startup.h" diff --git a/examples/opengl/box/globjwin.cpp b/examples/opengl/box/globjwin.cpp index 3297504b0..624bad846 100644 --- a/examples/opengl/box/globjwin.cpp +++ b/examples/opengl/box/globjwin.cpp @@ -13,7 +13,7 @@  #include <tqframe.h>  #include <tqmenubar.h>  #include <tqpopupmenu.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqkeycode.h>  #include "globjwin.h"  #include "glbox.h" diff --git a/examples/opengl/box/main.cpp b/examples/opengl/box/main.cpp index 62b46122d..3f8ae251c 100644 --- a/examples/opengl/box/main.cpp +++ b/examples/opengl/box/main.cpp @@ -17,7 +17,7 @@  //   #include "globjwin.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqgl.h>  /* diff --git a/examples/opengl/gear/gear.cpp b/examples/opengl/gear/gear.cpp index 6b901b47e..96152eedd 100644 --- a/examples/opengl/gear/gear.cpp +++ b/examples/opengl/gear/gear.cpp @@ -14,7 +14,7 @@  //  #include <tqgl.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <math.h>  #if defined(Q_CC_MSVC) diff --git a/examples/opengl/glpixmap/globjwin.cpp b/examples/opengl/glpixmap/globjwin.cpp index 28f2caf7e..0917110ff 100644 --- a/examples/opengl/glpixmap/globjwin.cpp +++ b/examples/opengl/glpixmap/globjwin.cpp @@ -21,7 +21,7 @@  #include <tqlabel.h>  #include <tqmenubar.h>  #include <tqpopupmenu.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqkeycode.h>  #include <tqpixmap.h>  #include <tqimage.h> diff --git a/examples/opengl/glpixmap/main.cpp b/examples/opengl/glpixmap/main.cpp index 4dd6665d1..aed08f22d 100644 --- a/examples/opengl/glpixmap/main.cpp +++ b/examples/opengl/glpixmap/main.cpp @@ -17,7 +17,7 @@  //   #include "globjwin.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqgl.h>  /* diff --git a/examples/opengl/overlay/globjwin.cpp b/examples/opengl/overlay/globjwin.cpp index 1beb9f0e0..04ca2059c 100644 --- a/examples/opengl/overlay/globjwin.cpp +++ b/examples/opengl/overlay/globjwin.cpp @@ -11,7 +11,7 @@  #include <tqframe.h>  #include <tqmenubar.h>  #include <tqpopupmenu.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqmessagebox.h>  #include "globjwin.h"  #include "glteapots.h" diff --git a/examples/opengl/overlay/glteapots.cpp b/examples/opengl/overlay/glteapots.cpp index 6d0d5b568..83d4cc3a0 100644 --- a/examples/opengl/overlay/glteapots.cpp +++ b/examples/opengl/overlay/glteapots.cpp @@ -48,7 +48,7 @@  ****************************************************************************/  #include "glteapots.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #if defined(Q_CC_MSVC)  #pragma warning(disable:4305) // init: truncation from const double to float diff --git a/examples/opengl/overlay/main.cpp b/examples/opengl/overlay/main.cpp index 9e7d9c7b0..5fb9e06bb 100644 --- a/examples/opengl/overlay/main.cpp +++ b/examples/opengl/overlay/main.cpp @@ -17,7 +17,7 @@  //   #include "globjwin.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqgl.h>  #include <tqmessagebox.h> diff --git a/examples/opengl/overlay_x11/README.X11-OVERLAYS b/examples/opengl/overlay_x11/README.X11-OVERLAYS index 7d014bbca..83a2cd68b 100644 --- a/examples/opengl/overlay_x11/README.X11-OVERLAYS +++ b/examples/opengl/overlay_x11/README.X11-OVERLAYS @@ -61,7 +61,7 @@ color, so that the OpenGL image shows through except where explicitly  overpainted.  Note: To use this technique, you must not use the "ManyColor" or -"TrueColor" ColorSpec for the QApplication, because this will force +"TrueColor" ColorSpec for the TQApplication, because this will force  the normal TQt widgets to use a TrueColor visual, which will typically  be in the main plane, not in the overlay plane as desired. diff --git a/examples/opengl/overlay_x11/main.cpp b/examples/opengl/overlay_x11/main.cpp index dce8ffec9..e98e04074 100644 --- a/examples/opengl/overlay_x11/main.cpp +++ b/examples/opengl/overlay_x11/main.cpp @@ -10,7 +10,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "gearwidget.h"  #include "rubberbandwidget.h" diff --git a/examples/opengl/sharedbox/globjwin.cpp b/examples/opengl/sharedbox/globjwin.cpp index ddf8c16d7..cc85082e3 100644 --- a/examples/opengl/sharedbox/globjwin.cpp +++ b/examples/opengl/sharedbox/globjwin.cpp @@ -13,7 +13,7 @@  #include <tqframe.h>  #include <tqmenubar.h>  #include <tqpopupmenu.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqkeycode.h>  #include "globjwin.h"  #include "glbox.h" diff --git a/examples/opengl/sharedbox/main.cpp b/examples/opengl/sharedbox/main.cpp index 4dd6665d1..aed08f22d 100644 --- a/examples/opengl/sharedbox/main.cpp +++ b/examples/opengl/sharedbox/main.cpp @@ -17,7 +17,7 @@  //   #include "globjwin.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqgl.h>  /* diff --git a/examples/opengl/texture/globjwin.cpp b/examples/opengl/texture/globjwin.cpp index 363e8c2e2..7dd752afb 100644 --- a/examples/opengl/texture/globjwin.cpp +++ b/examples/opengl/texture/globjwin.cpp @@ -13,7 +13,7 @@  #include <tqframe.h>  #include <tqmenubar.h>  #include <tqpopupmenu.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqkeycode.h>  #include "globjwin.h"  #include "gltexobj.h" diff --git a/examples/opengl/texture/main.cpp b/examples/opengl/texture/main.cpp index 499e016e7..572049d10 100644 --- a/examples/opengl/texture/main.cpp +++ b/examples/opengl/texture/main.cpp @@ -15,7 +15,7 @@  //   #include "globjwin.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqgl.h>  /* diff --git a/examples/picture/picture.cpp b/examples/picture/picture.cpp index acf305ad5..db8b164fe 100644 --- a/examples/picture/picture.cpp +++ b/examples/picture/picture.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqpainter.h>  #include <tqpicture.h>  #include <tqpixmap.h> diff --git a/examples/popup/popup.cpp b/examples/popup/popup.cpp index 17a2dae04..2da484310 100644 --- a/examples/popup/popup.cpp +++ b/examples/popup/popup.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "popup.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqlayout.h>  FancyPopup::FancyPopup( TQWidget* parent, const char*  name ): diff --git a/examples/process/process.cpp b/examples/process/process.cpp index 1365b5b0d..dcdc39e15 100644 --- a/examples/process/process.cpp +++ b/examples/process/process.cpp @@ -12,7 +12,7 @@  #include <tqvbox.h>  #include <tqtextview.h>  #include <tqpushbutton.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqmessagebox.h>  #include <stdlib.h> diff --git a/examples/progress/progress.cpp b/examples/progress/progress.cpp index 225e27b7b..02b4efd8a 100644 --- a/examples/progress/progress.cpp +++ b/examples/progress/progress.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include <tqprogressdialog.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqmenubar.h>  #include <tqpopupmenu.h>  #include <tqpainter.h> diff --git a/examples/progressbar/main.cpp b/examples/progressbar/main.cpp index 7ab78c69e..7dcf14647 100644 --- a/examples/progressbar/main.cpp +++ b/examples/progressbar/main.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "progressbar.h" -#include <ntqapplication.h> +#include <tqapplication.h>  int main(int argc,char **argv)  { diff --git a/examples/qfd/fontdisplayer.cpp b/examples/qfd/fontdisplayer.cpp index 6d6de8c26..331261dcc 100644 --- a/examples/qfd/fontdisplayer.cpp +++ b/examples/qfd/fontdisplayer.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "fontdisplayer.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqslider.h>  #include <tqspinbox.h>  #include <tqpainter.h> diff --git a/examples/qfd/qfd.cpp b/examples/qfd/qfd.cpp index d5e3dd84d..f334e7ccb 100644 --- a/examples/qfd/qfd.cpp +++ b/examples/qfd/qfd.cpp @@ -9,7 +9,7 @@  #include "fontdisplayer.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqslider.h>  #include <tqpainter.h>  #include <tqstatusbar.h> diff --git a/examples/qmag/qmag.cpp b/examples/qmag/qmag.cpp index efca57ef7..9b648a5a2 100644 --- a/examples/qmag/qmag.cpp +++ b/examples/qmag/qmag.cpp @@ -15,7 +15,7 @@  #include <tqfiledialog.h>  #include <tqregexp.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqpainter.h>  #include <tqwmatrix.h> diff --git a/examples/qwerty/main.cpp b/examples/qwerty/main.cpp index 90a1c0d45..0b4d8ea3d 100644 --- a/examples/qwerty/main.cpp +++ b/examples/qwerty/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "qwerty.h" diff --git a/examples/qwerty/qwerty.cpp b/examples/qwerty/qwerty.cpp index c6f363811..368d12d95 100644 --- a/examples/qwerty/qwerty.cpp +++ b/examples/qwerty/qwerty.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "qwerty.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqfile.h>  #include <tqfiledialog.h>  #include <tqpopupmenu.h> diff --git a/examples/rangecontrols/main.cpp b/examples/rangecontrols/main.cpp index 091163cc5..5d60bdbf5 100644 --- a/examples/rangecontrols/main.cpp +++ b/examples/rangecontrols/main.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "rangecontrols.h" -#include <ntqapplication.h> +#include <tqapplication.h>  int main( int argc, char **argv )  { diff --git a/examples/regexptester/main.cpp b/examples/regexptester/main.cpp index c52c8373b..a31305feb 100644 --- a/examples/regexptester/main.cpp +++ b/examples/regexptester/main.cpp @@ -1,4 +1,4 @@ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "regexptester.h"  int main(int argc, char **argv) diff --git a/examples/regexptester/regexptester.cpp b/examples/regexptester/regexptester.cpp index 96fabcdb4..0c4e2f3e5 100644 --- a/examples/regexptester/regexptester.cpp +++ b/examples/regexptester/regexptester.cpp @@ -1,4 +1,4 @@ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqcheckbox.h>  #include <tqclipboard.h>  #include <tqcombobox.h> diff --git a/examples/richtext/main.cpp b/examples/richtext/main.cpp index d8aa15746..89b0f6ea9 100644 --- a/examples/richtext/main.cpp +++ b/examples/richtext/main.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "richtext.h" -#include <ntqapplication.h> +#include <tqapplication.h>  int main( int argc, char **argv )  { diff --git a/examples/richtext/richtext.cpp b/examples/richtext/richtext.cpp index dea4366c4..3e8d4811b 100644 --- a/examples/richtext/richtext.cpp +++ b/examples/richtext/richtext.cpp @@ -14,7 +14,7 @@  #include <tqpushbutton.h>  #include <tqtextview.h>  #include <tqbrush.h> -#include <ntqapplication.h> +#include <tqapplication.h>  static const char* sayings[] = {      "<b>Saying 1:</b><br>" diff --git a/examples/rot13/rot13.cpp b/examples/rot13/rot13.cpp index 4fb44d167..e7daf7ed1 100644 --- a/examples/rot13/rot13.cpp +++ b/examples/rot13/rot13.cpp @@ -11,7 +11,7 @@  #include <tqmultilineedit.h>  #include <tqpushbutton.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqlayout.h>  Rot13::Rot13() diff --git a/examples/scribble/main.cpp b/examples/scribble/main.cpp index 962f75b97..705a197a4 100644 --- a/examples/scribble/main.cpp +++ b/examples/scribble/main.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "scribble.h" -#include <ntqapplication.h> +#include <tqapplication.h>  int main( int argc, char **argv ) diff --git a/examples/scribble/scribble.cpp b/examples/scribble/scribble.cpp index 04f931421..e5a5651a8 100644 --- a/examples/scribble/scribble.cpp +++ b/examples/scribble/scribble.cpp @@ -9,7 +9,7 @@  #include "scribble.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqevent.h>  #include <tqpainter.h>  #include <tqtoolbar.h> diff --git a/examples/scrollview/scrollview.cpp b/examples/scrollview/scrollview.cpp index 0eacabe58..41eb117fe 100644 --- a/examples/scrollview/scrollview.cpp +++ b/examples/scrollview/scrollview.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include <tqscrollview.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqmenubar.h>  #include <tqpopupmenu.h>  #include <tqpushbutton.h> diff --git a/examples/showimg/main.cpp b/examples/showimg/main.cpp index 63a8d2216..c5ac5defc 100644 --- a/examples/showimg/main.cpp +++ b/examples/showimg/main.cpp @@ -9,7 +9,7 @@  #include "showimg.h"  #include "imagefip.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqimage.h>  int main( int argc, char **argv ) diff --git a/examples/showimg/showimg.cpp b/examples/showimg/showimg.cpp index 52e2576e0..09baf5c9f 100644 --- a/examples/showimg/showimg.cpp +++ b/examples/showimg/showimg.cpp @@ -15,7 +15,7 @@  #include <tqpopupmenu.h>  #include <tqlabel.h>  #include <tqpainter.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqclipboard.h> diff --git a/examples/sound/sound.cpp b/examples/sound/sound.cpp index 8333f464e..c350a4107 100644 --- a/examples/sound/sound.cpp +++ b/examples/sound/sound.cpp @@ -14,7 +14,7 @@  //  #include "sound.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqmessagebox.h>  #include <tqmenubar.h> diff --git a/examples/splitter/splitter.cpp b/examples/splitter/splitter.cpp index cb43f1c0f..b160aa76b 100644 --- a/examples/splitter/splitter.cpp +++ b/examples/splitter/splitter.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqlabel.h>  #include <tqsplitter.h>  #include <tqmultilineedit.h> diff --git a/examples/sql/blob/main.cpp b/examples/sql/blob/main.cpp index 21b2845eb..029696ad8 100644 --- a/examples/sql/blob/main.cpp +++ b/examples/sql/blob/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqsqldatabase.h>  #include <tqsqlquery.h>  #include <tqsqlcursor.h> diff --git a/examples/sql/overview/basicbrowsing/main.cpp b/examples/sql/overview/basicbrowsing/main.cpp index 5485ef5a4..d5c25981b 100644 --- a/examples/sql/overview/basicbrowsing/main.cpp +++ b/examples/sql/overview/basicbrowsing/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqsqldatabase.h>  #include <tqsqlquery.h>  #include "../connection.h" diff --git a/examples/sql/overview/basicbrowsing2/main.cpp b/examples/sql/overview/basicbrowsing2/main.cpp index f70915cdc..2eebd53cf 100644 --- a/examples/sql/overview/basicbrowsing2/main.cpp +++ b/examples/sql/overview/basicbrowsing2/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqsqldatabase.h>  #include <tqsqlquery.h>  #include "../connection.h" diff --git a/examples/sql/overview/basicdatamanip/main.cpp b/examples/sql/overview/basicdatamanip/main.cpp index f6be7828f..b3204abdc 100644 --- a/examples/sql/overview/basicdatamanip/main.cpp +++ b/examples/sql/overview/basicdatamanip/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqsqldatabase.h>  #include <tqsqlquery.h>  #include "../connection.h" diff --git a/examples/sql/overview/connect1/main.cpp b/examples/sql/overview/connect1/main.cpp index 87c15975f..cb195aafd 100644 --- a/examples/sql/overview/connect1/main.cpp +++ b/examples/sql/overview/connect1/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqsqldatabase.h>  #include "../connection.h" diff --git a/examples/sql/overview/create_connections/main.cpp b/examples/sql/overview/create_connections/main.cpp index 9d8197619..9cd10689f 100644 --- a/examples/sql/overview/create_connections/main.cpp +++ b/examples/sql/overview/create_connections/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqsqldatabase.h>  #include "../connection.h" diff --git a/examples/sql/overview/custom1/main.h b/examples/sql/overview/custom1/main.h index d7878c528..fe397c689 100644 --- a/examples/sql/overview/custom1/main.h +++ b/examples/sql/overview/custom1/main.h @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqdialog.h>  #include <tqlabel.h>  #include <tqlayout.h> diff --git a/examples/sql/overview/delete/main.cpp b/examples/sql/overview/delete/main.cpp index a9c2697cb..d0b36db37 100644 --- a/examples/sql/overview/delete/main.cpp +++ b/examples/sql/overview/delete/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqsqldatabase.h>  #include <tqsqlcursor.h>  #include "../connection.h" diff --git a/examples/sql/overview/extract/main.cpp b/examples/sql/overview/extract/main.cpp index 38da57b1e..bc20ab6a6 100644 --- a/examples/sql/overview/extract/main.cpp +++ b/examples/sql/overview/extract/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqsqldatabase.h>  #include <tqsqlcursor.h>  #include "../connection.h" diff --git a/examples/sql/overview/form1/main.cpp b/examples/sql/overview/form1/main.cpp index 73069a64e..d08b5c110 100644 --- a/examples/sql/overview/form1/main.cpp +++ b/examples/sql/overview/form1/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqdialog.h>  #include <tqlabel.h>  #include <tqlayout.h> diff --git a/examples/sql/overview/form2/main.h b/examples/sql/overview/form2/main.h index 4e1122605..212c77429 100644 --- a/examples/sql/overview/form2/main.h +++ b/examples/sql/overview/form2/main.h @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqdialog.h>  #include <tqlabel.h>  #include <tqlayout.h> diff --git a/examples/sql/overview/insert/main.cpp b/examples/sql/overview/insert/main.cpp index c90072fb5..a5933a4b7 100644 --- a/examples/sql/overview/insert/main.cpp +++ b/examples/sql/overview/insert/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqsqldatabase.h>  #include <tqsqlcursor.h>  #include "../connection.h" diff --git a/examples/sql/overview/insert2/main.cpp b/examples/sql/overview/insert2/main.cpp index e7ff98ade..c411d3f55 100644 --- a/examples/sql/overview/insert2/main.cpp +++ b/examples/sql/overview/insert2/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqsqldatabase.h>  #include <tqsqlcursor.h>  #include "../connection.h" diff --git a/examples/sql/overview/navigating/main.cpp b/examples/sql/overview/navigating/main.cpp index 3dcc274a1..a9cacab3c 100644 --- a/examples/sql/overview/navigating/main.cpp +++ b/examples/sql/overview/navigating/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqsqldatabase.h>  #include <tqsqlquery.h>  #include "../connection.h" diff --git a/examples/sql/overview/order1/main.cpp b/examples/sql/overview/order1/main.cpp index d114a7c2a..291094e50 100644 --- a/examples/sql/overview/order1/main.cpp +++ b/examples/sql/overview/order1/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqsqldatabase.h>  #include <tqsqlcursor.h>  #include "../connection.h" diff --git a/examples/sql/overview/order2/main.cpp b/examples/sql/overview/order2/main.cpp index 7e473708f..e098f47f8 100644 --- a/examples/sql/overview/order2/main.cpp +++ b/examples/sql/overview/order2/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqsqldatabase.h>  #include <tqsqlcursor.h>  #include "../connection.h" diff --git a/examples/sql/overview/retrieve1/main.cpp b/examples/sql/overview/retrieve1/main.cpp index 3b746c273..d6d4f0db3 100644 --- a/examples/sql/overview/retrieve1/main.cpp +++ b/examples/sql/overview/retrieve1/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqsqldatabase.h>  #include <tqsqlquery.h>  #include "../connection.h" diff --git a/examples/sql/overview/retrieve2/main.cpp b/examples/sql/overview/retrieve2/main.cpp index baa9d8543..4f4e1e234 100644 --- a/examples/sql/overview/retrieve2/main.cpp +++ b/examples/sql/overview/retrieve2/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqsqldatabase.h>  #include <tqsqlcursor.h>  #include "../connection.h" diff --git a/examples/sql/overview/subclass1/main.cpp b/examples/sql/overview/subclass1/main.cpp index 4ecb394bd..d167e3fe2 100644 --- a/examples/sql/overview/subclass1/main.cpp +++ b/examples/sql/overview/subclass1/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqsqldatabase.h>  #include <tqsqlcursor.h>  #include <tqdatatable.h> diff --git a/examples/sql/overview/subclass2/main.h b/examples/sql/overview/subclass2/main.h index 3d4f2951a..c3047ee92 100644 --- a/examples/sql/overview/subclass2/main.h +++ b/examples/sql/overview/subclass2/main.h @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqsqldatabase.h>  #include <tqsqlcursor.h>  #include "../connection.h" diff --git a/examples/sql/overview/subclass3/main.h b/examples/sql/overview/subclass3/main.h index b9138b85e..f888f83bc 100644 --- a/examples/sql/overview/subclass3/main.h +++ b/examples/sql/overview/subclass3/main.h @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqsqldatabase.h>  #include <tqsqlcursor.h>  #include "../connection.h" diff --git a/examples/sql/overview/subclass4/main.h b/examples/sql/overview/subclass4/main.h index b9138b85e..f888f83bc 100644 --- a/examples/sql/overview/subclass4/main.h +++ b/examples/sql/overview/subclass4/main.h @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqsqldatabase.h>  #include <tqsqlcursor.h>  #include "../connection.h" diff --git a/examples/sql/overview/subclass5/main.h b/examples/sql/overview/subclass5/main.h index 13d3b3697..64d71c90b 100644 --- a/examples/sql/overview/subclass5/main.h +++ b/examples/sql/overview/subclass5/main.h @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqdatetime.h>  #include <tqsqldatabase.h>  #include <tqsqlcursor.h> diff --git a/examples/sql/overview/table1/main.cpp b/examples/sql/overview/table1/main.cpp index 72b84b1cc..d7e4eea5a 100644 --- a/examples/sql/overview/table1/main.cpp +++ b/examples/sql/overview/table1/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqsqldatabase.h>  #include <tqsqlcursor.h>  #include <tqdatatable.h> diff --git a/examples/sql/overview/table2/main.cpp b/examples/sql/overview/table2/main.cpp index 8b8fcb176..35515a6a0 100644 --- a/examples/sql/overview/table2/main.cpp +++ b/examples/sql/overview/table2/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqsqldatabase.h>  #include <tqsqlcursor.h>  #include <tqdatatable.h> diff --git a/examples/sql/overview/table3/main.h b/examples/sql/overview/table3/main.h index b93e94b1d..546600bd8 100644 --- a/examples/sql/overview/table3/main.h +++ b/examples/sql/overview/table3/main.h @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqcombobox.h>  #include <tqmap.h>  #include <tqsqldatabase.h> diff --git a/examples/sql/overview/table4/main.h b/examples/sql/overview/table4/main.h index 46cbdc71d..d1d81894d 100644 --- a/examples/sql/overview/table4/main.h +++ b/examples/sql/overview/table4/main.h @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqcombobox.h>  #include <tqmap.h>  #include <tqpainter.h> diff --git a/examples/sql/overview/update/main.cpp b/examples/sql/overview/update/main.cpp index e4782d8b1..389721634 100644 --- a/examples/sql/overview/update/main.cpp +++ b/examples/sql/overview/update/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqsqldatabase.h>  #include <tqsqlcursor.h>  #include "../connection.h" diff --git a/examples/sql/sqltable/main.cpp b/examples/sql/sqltable/main.cpp index 86f6ac898..29cebe51b 100644 --- a/examples/sql/sqltable/main.cpp +++ b/examples/sql/sqltable/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqsqldatabase.h>  #include <tqdatatable.h>  #include <tqsqlcursor.h> diff --git a/examples/tabdialog/main.cpp b/examples/tabdialog/main.cpp index 45af41623..1cfd671b2 100644 --- a/examples/tabdialog/main.cpp +++ b/examples/tabdialog/main.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "tabdialog.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqstring.h>  int main( int argc, char **argv ) diff --git a/examples/tabdialog/tabdialog.cpp b/examples/tabdialog/tabdialog.cpp index 1d4059901..d9029063b 100644 --- a/examples/tabdialog/tabdialog.cpp +++ b/examples/tabdialog/tabdialog.cpp @@ -16,7 +16,7 @@  #include <tqbuttongroup.h>  #include <tqcheckbox.h>  #include <tqlistbox.h> -#include <ntqapplication.h> +#include <tqapplication.h>  TabDialog::TabDialog( TQWidget *parent, const char *name, const TQString &_filename )      : TQTabDialog( parent, name ), filename( _filename ), fileinfo( filename ) diff --git a/examples/table/bigtable/main.cpp b/examples/table/bigtable/main.cpp index 3bb5b9f71..94f4b3621 100644 --- a/examples/table/bigtable/main.cpp +++ b/examples/table/bigtable/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqtable.h>  // Table size diff --git a/examples/table/small-table-demo/main.cpp b/examples/table/small-table-demo/main.cpp index fbd577f85..896a6e54f 100644 --- a/examples/table/small-table-demo/main.cpp +++ b/examples/table/small-table-demo/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqtable.h>  #include <tqimage.h>  #include <tqpixmap.h> diff --git a/examples/table/statistics/main.cpp b/examples/table/statistics/main.cpp index 1b09b75f0..25098e89b 100644 --- a/examples/table/statistics/main.cpp +++ b/examples/table/statistics/main.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "statistics.h" -#include <ntqapplication.h> +#include <tqapplication.h>  int main( int argc, char **argv )  {      TQApplication a(argc,argv);			 diff --git a/examples/tablet/canvas.cpp b/examples/tablet/canvas.cpp index cccf38ace..4ef7d0040 100644 --- a/examples/tablet/canvas.cpp +++ b/examples/tablet/canvas.cpp @@ -9,7 +9,7 @@  #include "canvas.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqpainter.h>  #include <tqevent.h>  #include <tqrect.h> diff --git a/examples/tablet/main.cpp b/examples/tablet/main.cpp index 0524cac21..8ae5c850b 100644 --- a/examples/tablet/main.cpp +++ b/examples/tablet/main.cpp @@ -9,7 +9,7 @@  #include "scribble.h"  #include "tabletstats.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqtabwidget.h> diff --git a/examples/tablet/scribble.cpp b/examples/tablet/scribble.cpp index df1968c70..b3a98190c 100644 --- a/examples/tablet/scribble.cpp +++ b/examples/tablet/scribble.cpp @@ -10,7 +10,7 @@  #include "canvas.h"  #include "scribble.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqevent.h>  #include <tqpainter.h>  #include <tqtoolbar.h> diff --git a/examples/tetrix/qtetrix.cpp b/examples/tetrix/qtetrix.cpp index 24ee17139..868c4fddc 100644 --- a/examples/tetrix/qtetrix.cpp +++ b/examples/tetrix/qtetrix.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "qtetrix.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqlabel.h>  #include <tqdatetime.h> diff --git a/examples/tetrix/tqdragapp.h b/examples/tetrix/tqdragapp.h index c710bd974..263f16577 100644 --- a/examples/tetrix/tqdragapp.h +++ b/examples/tetrix/tqdragapp.h @@ -10,7 +10,7 @@  #ifndef TQDRAGAPP_H  #define TQDRAGAPP_H -#include "ntqapplication.h" +#include "tqapplication.h"  class TQDragger; diff --git a/examples/textedit/main.cpp b/examples/textedit/main.cpp index afa86f3dc..e4ec47648 100644 --- a/examples/textedit/main.cpp +++ b/examples/textedit/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "textedit.h"  int main( int argc, char ** argv )  diff --git a/examples/textedit/textedit.cpp b/examples/textedit/textedit.cpp index 34d9a2a41..afcb0a4e8 100644 --- a/examples/textedit/textedit.cpp +++ b/examples/textedit/textedit.cpp @@ -15,7 +15,7 @@  #include <tqpopupmenu.h>  #include <tqtoolbar.h>  #include <tqtabwidget.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqfontdatabase.h>  #include <tqcombobox.h>  #include <tqlineedit.h> diff --git a/examples/themes/main.cpp b/examples/themes/main.cpp index 74ea035a7..0ba0080bf 100644 --- a/examples/themes/main.cpp +++ b/examples/themes/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqwindowsstyle.h>  #include "themes.h" diff --git a/examples/themes/metal.cpp b/examples/themes/metal.cpp index 9d0e6fc2a..19ec19ff3 100644 --- a/examples/themes/metal.cpp +++ b/examples/themes/metal.cpp @@ -11,7 +11,7 @@  #ifndef TQT_NO_STYLE_WINDOWS -#include "ntqapplication.h" +#include "tqapplication.h"  #include "tqcombobox.h"  #include "tqpainter.h"  #include "tqdrawutil.h" // for now diff --git a/examples/themes/themes.cpp b/examples/themes/themes.cpp index 396354ce7..be0751f5b 100644 --- a/examples/themes/themes.cpp +++ b/examples/themes/themes.cpp @@ -20,7 +20,7 @@  #include "../richtext/richtext.h"  #include <tqtabwidget.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqpopupmenu.h>  #include <tqmenubar.h>  #include <tqmessagebox.h> diff --git a/examples/themes/wood.cpp b/examples/themes/wood.cpp index b9ce0c89f..50e191975 100644 --- a/examples/themes/wood.cpp +++ b/examples/themes/wood.cpp @@ -11,7 +11,7 @@  #ifndef TQT_NO_STYLE_WINDOWS -#include "ntqapplication.h" +#include "tqapplication.h"  #include "tqcombobox.h"  #include "tqpainter.h"  #include "tqdrawutil.h" // for now diff --git a/examples/thread/prodcons/prodcons.cpp b/examples/thread/prodcons/prodcons.cpp index ed980d551..cea949940 100644 --- a/examples/thread/prodcons/prodcons.cpp +++ b/examples/thread/prodcons/prodcons.cpp @@ -1,7 +1,7 @@  #include <tqthread.h>  #include <tqwaitcondition.h>  #include <tqmutex.h> -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqwidget.h>  #include <tqpushbutton.h>  #include <tqcheckbox.h> diff --git a/examples/thread/semaphores/main.cpp b/examples/thread/semaphores/main.cpp index ea32cca60..76d3599ea 100644 --- a/examples/thread/semaphores/main.cpp +++ b/examples/thread/semaphores/main.cpp @@ -6,7 +6,7 @@  ** program may be used, distributed and modified without limitation.  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqwidget.h>  #include <tqpushbutton.h>  #include <tqmultilineedit.h> diff --git a/examples/tictac/main.cpp b/examples/tictac/main.cpp index 5ea8e1a36..87e5688c1 100644 --- a/examples/tictac/main.cpp +++ b/examples/tictac/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <stdlib.h>  #include "tictac.h" diff --git a/examples/tictac/tictac.cpp b/examples/tictac/tictac.cpp index 613aa93a9..dec6fe33c 100644 --- a/examples/tictac/tictac.cpp +++ b/examples/tictac/tictac.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "tictac.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqpainter.h>  #include <tqdrawutil.h>  #include <tqcombobox.h> diff --git a/examples/tooltip/main.cpp b/examples/tooltip/main.cpp index 78313a4d1..da92da605 100644 --- a/examples/tooltip/main.cpp +++ b/examples/tooltip/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "tooltip.h"  int main( int argc, char ** argv )  diff --git a/examples/tooltip/tooltip.cpp b/examples/tooltip/tooltip.cpp index d7406fa88..897b7c654 100644 --- a/examples/tooltip/tooltip.cpp +++ b/examples/tooltip/tooltip.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "tooltip.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqpainter.h>  #include <stdlib.h> diff --git a/examples/toplevel/main.cpp b/examples/toplevel/main.cpp index f8742fd2a..dcc979485 100644 --- a/examples/toplevel/main.cpp +++ b/examples/toplevel/main.cpp @@ -1,4 +1,4 @@ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "options.h"  int main( int argc, char ** argv ) diff --git a/examples/tqdir/tqdir.cpp b/examples/tqdir/tqdir.cpp index 0ea524713..dc087f73a 100644 --- a/examples/tqdir/tqdir.cpp +++ b/examples/tqdir/tqdir.cpp @@ -10,7 +10,7 @@  #include "../dirview/dirview.h"  #include "tqdir.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqtextview.h>  #include <tqfileinfo.h>  #include <tqfile.h> diff --git a/examples/tux/tux.cpp b/examples/tux/tux.cpp index 3a25b6228..36e116ec7 100644 --- a/examples/tux/tux.cpp +++ b/examples/tux/tux.cpp @@ -1,4 +1,4 @@ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqwidget.h>  #include <tqimage.h>  #include <tqpixmap.h> diff --git a/examples/widgets/main.cpp b/examples/widgets/main.cpp index b09ada41a..e72a28237 100644 --- a/examples/widgets/main.cpp +++ b/examples/widgets/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqstylefactory.h>  #include "widgets.h" diff --git a/examples/widgets/widgets.cpp b/examples/widgets/widgets.cpp index 9ceabd8bf..e98a52b50 100644 --- a/examples/widgets/widgets.cpp +++ b/examples/widgets/widgets.cpp @@ -10,7 +10,7 @@  #include <tqmessagebox.h>  #include <tqpixmap.h>  #include <tqlayout.h> -#include <ntqapplication.h> +#include <tqapplication.h>  // Standard TQt widgets diff --git a/examples/wizard/main.cpp b/examples/wizard/main.cpp index 3f08e99e9..f49c18303 100644 --- a/examples/wizard/main.cpp +++ b/examples/wizard/main.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "wizard.h" -#include <ntqapplication.h> +#include <tqapplication.h>  int main(int argc,char **argv)  { diff --git a/examples/wizard/wizard.cpp b/examples/wizard/wizard.cpp index 62d4226e9..88da99e8a 100644 --- a/examples/wizard/wizard.cpp +++ b/examples/wizard/wizard.cpp @@ -16,7 +16,7 @@  #include <tqlineedit.h>  #include <tqpushbutton.h>  #include <tqvalidator.h> -#include <ntqapplication.h> +#include <tqapplication.h>  Wizard::Wizard( TQWidget *parent, const char *name )      : TQWizard( parent, name, TRUE ) diff --git a/examples/xform/xform.cpp b/examples/xform/xform.cpp index 71a4eed86..41bfb74d4 100644 --- a/examples/xform/xform.cpp +++ b/examples/xform/xform.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqdialog.h>  #include <tqlabel.h> diff --git a/examples/xml/outliner/main.cpp b/examples/xml/outliner/main.cpp index 0f7848e44..de234f410 100644 --- a/examples/xml/outliner/main.cpp +++ b/examples/xml/outliner/main.cpp @@ -7,7 +7,7 @@  **  *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h>  #include "outlinetree.h"  int main( int argc, char **argv ) diff --git a/examples/xml/tagreader-with-features/tagreader.cpp b/examples/xml/tagreader-with-features/tagreader.cpp index 7e7aa5f13..9715ef8a5 100644 --- a/examples/xml/tagreader-with-features/tagreader.cpp +++ b/examples/xml/tagreader-with-features/tagreader.cpp @@ -8,7 +8,7 @@  *****************************************************************************/  #include "structureparser.h" -#include <ntqapplication.h> +#include <tqapplication.h>  #include <tqfile.h>  #include <tqxml.h>  #include <tqlistview.h> | 
