From 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Jul 2024 19:37:05 +0900 Subject: Rename text class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- examples/README | 10 +++++----- examples/action/application.cpp | 4 ++-- examples/addressbook/centralwidget.cpp | 4 ++-- examples/application/application.cpp | 4 ++-- examples/canvas/canvas.cpp | 2 +- examples/chart/optionsform.cpp | 2 +- examples/checklists/checklists.cpp | 2 +- examples/cursor/cursor.cpp | 2 +- examples/customlayout/main.cpp | 2 +- examples/demo/dnd/styledbutton.cpp | 2 +- examples/demo/graph.cpp | 2 +- examples/demo/i18n/i18n.cpp | 2 +- examples/demo/qasteroids/toplevel.cpp | 2 +- examples/demo/textdrawing/example.html | 14 +++++++------- examples/demo/textdrawing/helpwindow.cpp | 2 +- examples/demo/textdrawing/textedit.cpp | 2 +- examples/dragdrop/dropsite.h | 2 +- examples/dragdrop/main.cpp | 2 +- examples/dragdrop/secret.h | 2 +- examples/fileiconview/mainwindow.cpp | 2 +- examples/helpsystem/helpsystem.doc | 10 +++++----- examples/helpsystem/whatsthis.h | 2 +- examples/helpviewer/helpwindow.cpp | 2 +- examples/i18n/mywidget.cpp | 4 ++-- examples/layout/layout.cpp | 2 +- examples/life/lifedlg.cpp | 2 +- examples/lineedits/lineedits.cpp | 2 +- examples/listbox/listbox.cpp | 2 +- examples/listboxcombo/listboxcombo.cpp | 2 +- examples/listviews/listviews.cpp | 2 +- examples/mdi/application.cpp | 6 +++--- examples/menu/menu.h | 2 +- examples/movies/main.cpp | 2 +- examples/movies/movies.doc | 2 +- examples/network/clientserver/client/client.cpp | 2 +- examples/network/clientserver/server/server.cpp | 2 +- examples/network/httpd/httpd.cpp | 2 +- examples/network/infoprotocol/infoclient/client.cpp | 2 +- examples/network/mail/composer.cpp | 2 +- examples/network/networkprotocol/view.cpp | 2 +- examples/network/remotecontrol/startup.cpp | 2 +- examples/opengl/glpixmap/globjwin.cpp | 2 +- examples/popup/popup.h | 2 +- examples/qfd/fontdisplayer.cpp | 2 +- examples/qmag/qmag.cpp | 2 +- examples/rangecontrols/rangecontrols.cpp | 2 +- examples/regexptester/regexptester.cpp | 2 +- examples/scrollview/scrollview.cpp | 2 +- examples/showimg/imagetexteditor.cpp | 2 +- examples/showimg/showimg.cpp | 2 +- examples/splitter/splitter.cpp | 2 +- examples/sql/overview/custom1/main.h | 2 +- examples/sql/overview/form1/main.cpp | 2 +- examples/sql/overview/form2/main.h | 2 +- examples/tabdialog/tabdialog.cpp | 2 +- examples/tablet/tabletstats.cpp | 2 +- examples/tetrix/qtetrix.cpp | 2 +- examples/tetrix/qtetrix.h | 2 +- examples/textedit/textedit.cpp | 2 +- examples/themes/metal.cpp | 2 +- examples/themes/wood.cpp | 2 +- examples/thread/prodcons/prodcons.cpp | 2 +- examples/thread/semaphores/main.cpp | 2 +- examples/tictac/tictac.cpp | 2 +- examples/tqdir/tqdir.cpp | 2 +- examples/widgets/widgets.cpp | 4 ++-- examples/wizard/wizard.cpp | 2 +- examples/xform/xform.cpp | 2 +- examples/xml/tagreader-with-features/tagreader.cpp | 2 +- 69 files changed, 90 insertions(+), 90 deletions(-) (limited to 'examples') diff --git a/examples/README b/examples/README index d95703fbe..decd59dee 100644 --- a/examples/README +++ b/examples/README @@ -21,7 +21,7 @@ action It shows how to implement a typical modern application, how to create a TQMainWindow subclass, and how to create actions that can be assigned to menus (TQPopupMenu) and toolbars (TQToolBar) using - TQAction. It also shows how to print using QSimpleRichText. + TQAction. It also shows how to print using TQSimpleRichText. addressbook [obsolete] @@ -56,7 +56,7 @@ checklists cursor This example shows how to set the mouse cursor for a widget. Shows - Qt's cursors and a custom cursor using QLabel and QCursor. + Qt's cursors and a custom cursor using TQLabel and QCursor. customlayout This examples demonstrates how to write a customized layout @@ -136,7 +136,7 @@ helpdemo helpsystem This example shows how to implement context-sensitive help in - various ways in a TQt application using TQToolTip, QWhatsThis, and + various ways in a TQt application using TQToolTip, TQWhatsThis, and QAssistantClient to control TQt Assistant. helpviewer @@ -193,7 +193,7 @@ menu movies The Movies example displays animated GIF files using the TQMovie - and QLabel classes. + and TQLabel classes. network/archivesearch Shows how to use TQHttp to request and receive data from a web @@ -259,7 +259,7 @@ progress This example presents a long-running process (drawing lots of rectangles) and a QProgressDialog. Two types of progress dialog are offered, one that simply shows text, and a custom one that - shows an animation using a QLabel and a TQTimer. + shows an animation using a TQLabel and a TQTimer. progressbar Shows how to use a QProgressBar. diff --git a/examples/action/application.cpp b/examples/action/application.cpp index 0a6502a41..1687b2117 100644 --- a/examples/action/application.cpp +++ b/examples/action/application.cpp @@ -26,9 +26,9 @@ #include #include #include -#include +#include #include -#include +#include #include "filesave.xpm" #include "fileopen.xpm" diff --git a/examples/addressbook/centralwidget.cpp b/examples/addressbook/centralwidget.cpp index fb4255f1a..4a2a3f97c 100644 --- a/examples/addressbook/centralwidget.cpp +++ b/examples/addressbook/centralwidget.cpp @@ -13,10 +13,10 @@ #include #include #include -#include +#include #include #include -#include +#include #include #include #include diff --git a/examples/application/application.cpp b/examples/application/application.cpp index e1385fdff..8da8e9460 100644 --- a/examples/application/application.cpp +++ b/examples/application/application.cpp @@ -26,8 +26,8 @@ #include #include #include -#include -#include +#include +#include #include "filesave.xpm" #include "fileopen.xpm" diff --git a/examples/canvas/canvas.cpp b/examples/canvas/canvas.cpp index a6d410db7..fb04e1b03 100644 --- a/examples/canvas/canvas.cpp +++ b/examples/canvas/canvas.cpp @@ -6,7 +6,7 @@ #include #include #include -#include +#include #include #include #include "canvas.h" diff --git a/examples/chart/optionsform.cpp b/examples/chart/optionsform.cpp index dd2c8d2b8..09c05d4ef 100644 --- a/examples/chart/optionsform.cpp +++ b/examples/chart/optionsform.cpp @@ -5,7 +5,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/checklists/checklists.cpp b/examples/checklists/checklists.cpp index aaf4fcd8a..f2a1cdbfb 100644 --- a/examples/checklists/checklists.cpp +++ b/examples/checklists/checklists.cpp @@ -11,7 +11,7 @@ #include #include -#include +#include #include #include #include diff --git a/examples/cursor/cursor.cpp b/examples/cursor/cursor.cpp index 253d9a8d2..661c32a44 100644 --- a/examples/cursor/cursor.cpp +++ b/examples/cursor/cursor.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include +#include #include #include #include diff --git a/examples/customlayout/main.cpp b/examples/customlayout/main.cpp index c988d9de9..33443dc32 100644 --- a/examples/customlayout/main.cpp +++ b/examples/customlayout/main.cpp @@ -14,7 +14,7 @@ #include "card.h" #include -#include +#include #include #include #include diff --git a/examples/demo/dnd/styledbutton.cpp b/examples/demo/dnd/styledbutton.cpp index 51e8968cf..ee393a106 100644 --- a/examples/demo/dnd/styledbutton.cpp +++ b/examples/demo/dnd/styledbutton.cpp @@ -35,7 +35,7 @@ #include #include -#include +#include #include #include #include diff --git a/examples/demo/graph.cpp b/examples/demo/graph.cpp index 07222f898..26b203455 100644 --- a/examples/demo/graph.cpp +++ b/examples/demo/graph.cpp @@ -5,7 +5,7 @@ #include #include #include -#include +#include #include const int bounce_rtti = 1234; diff --git a/examples/demo/i18n/i18n.cpp b/examples/demo/i18n/i18n.cpp index 1986189a8..8e40398d4 100644 --- a/examples/demo/i18n/i18n.cpp +++ b/examples/demo/i18n/i18n.cpp @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include diff --git a/examples/demo/qasteroids/toplevel.cpp b/examples/demo/qasteroids/toplevel.cpp index c2a22ea14..d40ea72a6 100644 --- a/examples/demo/qasteroids/toplevel.cpp +++ b/examples/demo/qasteroids/toplevel.cpp @@ -5,7 +5,7 @@ */ // --- toplevel.cpp --- #include -#include +#include #include #include #include diff --git a/examples/demo/textdrawing/example.html b/examples/demo/textdrawing/example.html index 12d21ff72..a4fe80929 100644 --- a/examples/demo/textdrawing/example.html +++ b/examples/demo/textdrawing/example.html @@ -11,10 +11,10 @@ a:visited { color: #672967; text-decoration: none }body { background: white; col The TQLabel widget provides a static information display More...

-#include <ntqlabel.h> +#include <tqlabel.h>

Inherits TQFrame. -

List of all member functions. +

List of all member functions.

Public Members

  • TQLabel ( TQWidget * parent, const char * name=0, WFlags f=0 ) 
    @@ -87,7 +87,7 @@ positioning of the content within the TQLabel widget area can be tuned with setAlignment() and setIndent(). For example, this code sets up a sunken panel with a two-line text in the bottom right corner (both lines being flush with the right side of the label): -

        TQLabel *label = new TQLabel;
    +

        TQLabel *label = new TQLabel;
         label->setFrameStyle( TQFrame::Panel | TQFrame::Sunken );
         label->setText( "first line\nsecond line" );
         label->setAlignment( AlignBottom | AlignRight );
    @@ -97,7 +97,7 @@ widget. For this use, TQLabel provides a handy mechanism for adding
     an accelerator key (see TQAccel) that will set the keyboard focus to
     the other widget (called the TQLabel's "buddy"). Example:
     

         TQLineEdit* phoneEdit = new TQLineEdit( this, "phoneEdit" );
    -     TQLabel* phoneLabel = new TQLabel( phoneEdit, "&Phone:", this, "phoneLabel" );
    +     TQLabel* phoneLabel = new TQLabel( phoneEdit, "&Phone:", this, "phoneLabel" );
     

    In this example, keyboard focus is transferred to the label's buddy (the TQLineEdit) when the user presses Alt-P. You can also @@ -224,10 +224,10 @@ alignment flag is turned on; see setAlignment()). each, and set up the geometry layout so each label is just to the left of its data entry widget (its "buddy"), somewhat like this:

        TQLineEdit *nameEd  = new TQLineEdit( this );
    -    TQLabel    *nameLb  = new TQLabel( "&Name:", this );
    +    TQLabel    *nameLb  = new TQLabel( "&Name:", this );
         nameLb->setBuddy( nameEd );
         TQLineEdit *phoneEd = new TQLineEdit( this );
    -    TQLabel    *phoneLb = new TQLabel( "&Phone:", this );
    +    TQLabel    *phoneLb = new TQLabel( "&Phone:", this );
         phoneLb->setBuddy( phoneEd );
         // ( layout setup not shown )
     
    @@ -293,7 +293,7 @@ the format of text.

    If text is interpreted as a plain text, and a buddy has been set, the buddy accelerator key is updated from the new text.

    The label resizes itself if auto-resizing is enabled. -

    Note that Qlabel is well suited to display small rich text documents +

    Note that TQLabel is well suited to display small rich text documents only. For large documents, use TQTextView instead. It will flicker less on resize and can also provide a scrollbar if necessary.

    See also text(), setTextFormat(), setBuddy() and setAlignment(). diff --git a/examples/demo/textdrawing/helpwindow.cpp b/examples/demo/textdrawing/helpwindow.cpp index 90ed211d4..6859d57e7 100644 --- a/examples/demo/textdrawing/helpwindow.cpp +++ b/examples/demo/textdrawing/helpwindow.cpp @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include diff --git a/examples/demo/textdrawing/textedit.cpp b/examples/demo/textdrawing/textedit.cpp index 66e7e8b11..f2017762f 100644 --- a/examples/demo/textdrawing/textedit.cpp +++ b/examples/demo/textdrawing/textedit.cpp @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include diff --git a/examples/dragdrop/dropsite.h b/examples/dragdrop/dropsite.h index 0714bbb3b..fa58eb25d 100644 --- a/examples/dragdrop/dropsite.h +++ b/examples/dragdrop/dropsite.h @@ -14,7 +14,7 @@ #ifndef DROPSITE_H #define DROPSITE_H -#include +#include #include #include "tqdropsite.h" diff --git a/examples/dragdrop/main.cpp b/examples/dragdrop/main.cpp index 91244fd83..acc721b8f 100644 --- a/examples/dragdrop/main.cpp +++ b/examples/dragdrop/main.cpp @@ -14,7 +14,7 @@ #include "secret.h" #include #include -#include +#include #include static void addStuff( TQWidget * parent, bool image, bool secret = FALSE ) diff --git a/examples/dragdrop/secret.h b/examples/dragdrop/secret.h index b05547944..b7d9d257a 100644 --- a/examples/dragdrop/secret.h +++ b/examples/dragdrop/secret.h @@ -15,7 +15,7 @@ #define SECRETDRAG_H #include -#include +#include class SecretDrag: public TQStoredDrag { public: diff --git a/examples/fileiconview/mainwindow.cpp b/examples/fileiconview/mainwindow.cpp index 1a508be52..eccf8885a 100644 --- a/examples/fileiconview/mainwindow.cpp +++ b/examples/fileiconview/mainwindow.cpp @@ -13,7 +13,7 @@ #include #include -#include +#include #include #include #include diff --git a/examples/helpsystem/helpsystem.doc b/examples/helpsystem/helpsystem.doc index 89107b08e..8c0906964 100644 --- a/examples/helpsystem/helpsystem.doc +++ b/examples/helpsystem/helpsystem.doc @@ -8,7 +8,7 @@ that can be used to provide context sensitive help in an application. - It uses TQToolTip and QWhatsThis to provide both static and + It uses TQToolTip and TQWhatsThis to provide both static and dynamic balloon help for the widgets in the application, and TQToolTipGroup to display extended information for each tooltip in the statusbar. QAssistantClient is used to display help @@ -77,7 +77,7 @@ The WhatsThis class is a subclass of both TQObject and - QWhatsThis and serves as a base class for the HeaderWhatsThis + TQWhatsThis and serves as a base class for the HeaderWhatsThis and TableWhatsThis classes. \footnote Note that moc requires that TQObject is the first base class. \endfootnote WhatsThis reimplements clicked() which will be called when the user clicks @@ -91,7 +91,7 @@ but some widgets, like QTable, are more complex and have a viewport() widget which receives the events. If such a widget is passed to the constructor it will propagate the parameter to - the QWhatsThis constructor and store the TQWidget pointer itself + the TQWhatsThis constructor and store the TQWidget pointer itself in it's member variable to allow easier use of the TQWidget API later on. \skipto bool WhatsThis::clicked @@ -124,7 +124,7 @@ a string which states the header's orientation and section. \footnote Note that we have to explicitly scope the orientation - (TQObject or QWhatsThis) since HeaderWhatsThis uses multiple + (TQObject or TQWhatsThis) since HeaderWhatsThis uses multiple inheritance. \endfootnote \printuntil } @@ -165,7 +165,7 @@ The MainWindow constructor creates an instance of QAssistantClient using TQString::null as the first argument so that the system path is used. - \printto QWhatsThis::whatsThisButton + \printto TQWhatsThis::whatsThisButton A QTable is used as the central widget and the table, the menus and the toolbar are populated. diff --git a/examples/helpsystem/whatsthis.h b/examples/helpsystem/whatsthis.h index 85a77fee5..d9cda8ddc 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; diff --git a/examples/helpviewer/helpwindow.cpp b/examples/helpviewer/helpwindow.cpp index 2954fd2b3..9d1a7cd1f 100644 --- a/examples/helpviewer/helpwindow.cpp +++ b/examples/helpviewer/helpwindow.cpp @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include diff --git a/examples/i18n/mywidget.cpp b/examples/i18n/mywidget.cpp index def27cba0..ce9218ce7 100644 --- a/examples/i18n/mywidget.cpp +++ b/examples/i18n/mywidget.cpp @@ -9,10 +9,10 @@ #include #include -#include +#include #include #include -#include +#include #include #include #include diff --git a/examples/layout/layout.cpp b/examples/layout/layout.cpp index 872a31d25..3bf6070cc 100644 --- a/examples/layout/layout.cpp +++ b/examples/layout/layout.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include -#include +#include #include #include #include diff --git a/examples/life/lifedlg.cpp b/examples/life/lifedlg.cpp index 8fcb0c231..7f1371b6f 100644 --- a/examples/life/lifedlg.cpp +++ b/examples/life/lifedlg.cpp @@ -10,7 +10,7 @@ #include "lifedlg.h" #include #include -#include +#include #include #include #include diff --git a/examples/lineedits/lineedits.cpp b/examples/lineedits/lineedits.cpp index 6e778c62d..d4d42597a 100644 --- a/examples/lineedits/lineedits.cpp +++ b/examples/lineedits/lineedits.cpp @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include diff --git a/examples/listbox/listbox.cpp b/examples/listbox/listbox.cpp index 6f0a018b6..af9b4b2aa 100644 --- a/examples/listbox/listbox.cpp +++ b/examples/listbox/listbox.cpp @@ -9,7 +9,7 @@ #include "listbox.h" -#include +#include #include #include #include diff --git a/examples/listboxcombo/listboxcombo.cpp b/examples/listboxcombo/listboxcombo.cpp index dac9bdc12..1b5a719c4 100644 --- a/examples/listboxcombo/listboxcombo.cpp +++ b/examples/listboxcombo/listboxcombo.cpp @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/listviews/listviews.cpp b/examples/listviews/listviews.cpp index adb02b743..dc5b84063 100644 --- a/examples/listviews/listviews.cpp +++ b/examples/listviews/listviews.cpp @@ -9,7 +9,7 @@ #include "listviews.h" -#include +#include #include #include #include diff --git a/examples/mdi/application.cpp b/examples/mdi/application.cpp index db6480560..458b8e751 100644 --- a/examples/mdi/application.cpp +++ b/examples/mdi/application.cpp @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include #include #include @@ -29,10 +29,10 @@ #include #include #include -#include +#include #include #include -#include +#include #include "filesave.xpm" #include "fileopen.xpm" diff --git a/examples/menu/menu.h b/examples/menu/menu.h index 3878d72c4..5bde69ec4 100644 --- a/examples/menu/menu.h +++ b/examples/menu/menu.h @@ -12,7 +12,7 @@ #include #include -#include +#include class MenuExample : public TQWidget diff --git a/examples/movies/main.cpp b/examples/movies/main.cpp index c94d51271..40fe25c4e 100644 --- a/examples/movies/main.cpp +++ b/examples/movies/main.cpp @@ -10,7 +10,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/movies/movies.doc b/examples/movies/movies.doc index eba88ef3c..c894cfdb3 100644 --- a/examples/movies/movies.doc +++ b/examples/movies/movies.doc @@ -6,7 +6,7 @@ \title Movies or the Story of the Animated GIF file The Movies example displays MNG and animated GIF files using the TQMovie and - QLabel classes. + TQLabel classes. The movies will only read an animated GIF if GIF reading was enabled when TQt was built. diff --git a/examples/network/clientserver/client/client.cpp b/examples/network/clientserver/client/client.cpp index 81389ccc3..5d7eed62d 100644 --- a/examples/network/clientserver/client/client.cpp +++ b/examples/network/clientserver/client/client.cpp @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include diff --git a/examples/network/clientserver/server/server.cpp b/examples/network/clientserver/server/server.cpp index fef3b9f4a..0550e92fa 100644 --- a/examples/network/clientserver/server/server.cpp +++ b/examples/network/clientserver/server/server.cpp @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include diff --git a/examples/network/httpd/httpd.cpp b/examples/network/httpd/httpd.cpp index 57d897c81..448f87c2e 100644 --- a/examples/network/httpd/httpd.cpp +++ b/examples/network/httpd/httpd.cpp @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include #include diff --git a/examples/network/infoprotocol/infoclient/client.cpp b/examples/network/infoprotocol/infoclient/client.cpp index 696f35063..114296bc4 100644 --- a/examples/network/infoprotocol/infoclient/client.cpp +++ b/examples/network/infoprotocol/infoclient/client.cpp @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/network/mail/composer.cpp b/examples/network/mail/composer.cpp index 51f690126..790a47153 100644 --- a/examples/network/mail/composer.cpp +++ b/examples/network/mail/composer.cpp @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include Composer::Composer( TQWidget *parent ) diff --git a/examples/network/networkprotocol/view.cpp b/examples/network/networkprotocol/view.cpp index 15084c5c5..55de084a6 100644 --- a/examples/network/networkprotocol/view.cpp +++ b/examples/network/networkprotocol/view.cpp @@ -9,7 +9,7 @@ #include "view.h" -#include +#include #include #include #include diff --git a/examples/network/remotecontrol/startup.cpp b/examples/network/remotecontrol/startup.cpp index 985ee4965..8f86840f3 100644 --- a/examples/network/remotecontrol/startup.cpp +++ b/examples/network/remotecontrol/startup.cpp @@ -4,7 +4,7 @@ #include "ipcserver.h" #include -#include +#include static const TQ_UINT16 ipcPort = 54923; diff --git a/examples/opengl/glpixmap/globjwin.cpp b/examples/opengl/glpixmap/globjwin.cpp index caee75e44..568117793 100644 --- a/examples/opengl/glpixmap/globjwin.cpp +++ b/examples/opengl/glpixmap/globjwin.cpp @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/popup/popup.h b/examples/popup/popup.h index d8a282363..6145b2139 100644 --- a/examples/popup/popup.h +++ b/examples/popup/popup.h @@ -13,7 +13,7 @@ #ifndef POPUP_H #define POPUP_H -#include +#include #include #include diff --git a/examples/qfd/fontdisplayer.cpp b/examples/qfd/fontdisplayer.cpp index 0e77e7068..d690d155a 100644 --- a/examples/qfd/fontdisplayer.cpp +++ b/examples/qfd/fontdisplayer.cpp @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/qmag/qmag.cpp b/examples/qmag/qmag.cpp index c3463f5b5..c6b810c77 100644 --- a/examples/qmag/qmag.cpp +++ b/examples/qmag/qmag.cpp @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include #include diff --git a/examples/rangecontrols/rangecontrols.cpp b/examples/rangecontrols/rangecontrols.cpp index bda0b70bf..808a2ec0d 100644 --- a/examples/rangecontrols/rangecontrols.cpp +++ b/examples/rangecontrols/rangecontrols.cpp @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/regexptester/regexptester.cpp b/examples/regexptester/regexptester.cpp index d6cdd3b4a..13c6ca0e6 100644 --- a/examples/regexptester/regexptester.cpp +++ b/examples/regexptester/regexptester.cpp @@ -2,7 +2,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/scrollview/scrollview.cpp b/examples/scrollview/scrollview.cpp index f7142c126..bfaa81f69 100644 --- a/examples/scrollview/scrollview.cpp +++ b/examples/scrollview/scrollview.cpp @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/showimg/imagetexteditor.cpp b/examples/showimg/imagetexteditor.cpp index 66529190a..cbc09cfdb 100644 --- a/examples/showimg/imagetexteditor.cpp +++ b/examples/showimg/imagetexteditor.cpp @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/showimg/showimg.cpp b/examples/showimg/showimg.cpp index 594d6c0e0..f9fe0a5d8 100644 --- a/examples/showimg/showimg.cpp +++ b/examples/showimg/showimg.cpp @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/splitter/splitter.cpp b/examples/splitter/splitter.cpp index ee85f5d78..5d21e0b13 100644 --- a/examples/splitter/splitter.cpp +++ b/examples/splitter/splitter.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include -#include +#include #include #include diff --git a/examples/sql/overview/custom1/main.h b/examples/sql/overview/custom1/main.h index 5eeb10ca7..c3c65a626 100644 --- a/examples/sql/overview/custom1/main.h +++ b/examples/sql/overview/custom1/main.h @@ -9,7 +9,7 @@ #include #include -#include +#include #include #include #include diff --git a/examples/sql/overview/form1/main.cpp b/examples/sql/overview/form1/main.cpp index 9779eb6de..5f3dd8f2e 100644 --- a/examples/sql/overview/form1/main.cpp +++ b/examples/sql/overview/form1/main.cpp @@ -9,7 +9,7 @@ #include #include -#include +#include #include #include #include diff --git a/examples/sql/overview/form2/main.h b/examples/sql/overview/form2/main.h index c626d588b..42d152d41 100644 --- a/examples/sql/overview/form2/main.h +++ b/examples/sql/overview/form2/main.h @@ -9,7 +9,7 @@ #include #include -#include +#include #include #include #include diff --git a/examples/tabdialog/tabdialog.cpp b/examples/tabdialog/tabdialog.cpp index 8813d7757..129013827 100644 --- a/examples/tabdialog/tabdialog.cpp +++ b/examples/tabdialog/tabdialog.cpp @@ -10,7 +10,7 @@ #include "tabdialog.h" #include -#include +#include #include #include #include diff --git a/examples/tablet/tabletstats.cpp b/examples/tablet/tabletstats.cpp index 8fb69a00f..106e0a83b 100644 --- a/examples/tablet/tabletstats.cpp +++ b/examples/tablet/tabletstats.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include +#include #include #include #include diff --git a/examples/tetrix/qtetrix.cpp b/examples/tetrix/qtetrix.cpp index 309a1095b..24ee17139 100644 --- a/examples/tetrix/qtetrix.cpp +++ b/examples/tetrix/qtetrix.cpp @@ -9,7 +9,7 @@ #include "qtetrix.h" #include -#include +#include #include diff --git a/examples/tetrix/qtetrix.h b/examples/tetrix/qtetrix.h index b15bbfb1a..b831f96dd 100644 --- a/examples/tetrix/qtetrix.h +++ b/examples/tetrix/qtetrix.h @@ -13,7 +13,7 @@ #include "qtetrixb.h" #include #include -#include +#include #include #include diff --git a/examples/textedit/textedit.cpp b/examples/textedit/textedit.cpp index ce416ccda..ed626896d 100644 --- a/examples/textedit/textedit.cpp +++ b/examples/textedit/textedit.cpp @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include diff --git a/examples/themes/metal.cpp b/examples/themes/metal.cpp index 01ac1e3ab..02ec1c4ad 100644 --- a/examples/themes/metal.cpp +++ b/examples/themes/metal.cpp @@ -18,7 +18,7 @@ #include "tqpixmap.h" // for now #include "tqpalette.h" // for now #include "tqwidget.h" -#include "ntqlabel.h" +#include "tqlabel.h" #include "tqimage.h" #include "ntqpushbutton.h" #include "tqwidget.h" diff --git a/examples/themes/wood.cpp b/examples/themes/wood.cpp index d2f39c0f8..891cf2bf5 100644 --- a/examples/themes/wood.cpp +++ b/examples/themes/wood.cpp @@ -18,7 +18,7 @@ #include "tqpixmap.h" // for now #include "tqpalette.h" // for now #include "tqwidget.h" -#include "ntqlabel.h" +#include "tqlabel.h" #include "tqimage.h" #include "ntqpushbutton.h" #include "tqwidget.h" diff --git a/examples/thread/prodcons/prodcons.cpp b/examples/thread/prodcons/prodcons.cpp index 2e0ab783c..5d0b525a3 100644 --- a/examples/thread/prodcons/prodcons.cpp +++ b/examples/thread/prodcons/prodcons.cpp @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/thread/semaphores/main.cpp b/examples/thread/semaphores/main.cpp index f6b9157dd..d7e481c6f 100644 --- a/examples/thread/semaphores/main.cpp +++ b/examples/thread/semaphores/main.cpp @@ -15,7 +15,7 @@ #include #include #include -#include +#include #if defined(TQT_NO_THREAD) # error Thread support not enabled. diff --git a/examples/tictac/tictac.cpp b/examples/tictac/tictac.cpp index 32656a21d..cb2d1a465 100644 --- a/examples/tictac/tictac.cpp +++ b/examples/tictac/tictac.cpp @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include // rand() function #include // seed for rand() diff --git a/examples/tqdir/tqdir.cpp b/examples/tqdir/tqdir.cpp index 7a29b562a..488c0404f 100644 --- a/examples/tqdir/tqdir.cpp +++ b/examples/tqdir/tqdir.cpp @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/widgets/widgets.cpp b/examples/widgets/widgets.cpp index a47980279..2872ddf3b 100644 --- a/examples/widgets/widgets.cpp +++ b/examples/widgets/widgets.cpp @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include #include @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/wizard/wizard.cpp b/examples/wizard/wizard.cpp index cb7f3ad44..ad8aab9d1 100644 --- a/examples/wizard/wizard.cpp +++ b/examples/wizard/wizard.cpp @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/xform/xform.cpp b/examples/xform/xform.cpp index b466630c0..602a90855 100644 --- a/examples/xform/xform.cpp +++ b/examples/xform/xform.cpp @@ -10,7 +10,7 @@ #include #include -#include +#include #include #include #include diff --git a/examples/xml/tagreader-with-features/tagreader.cpp b/examples/xml/tagreader-with-features/tagreader.cpp index f692394bd..1c49a510a 100644 --- a/examples/xml/tagreader-with-features/tagreader.cpp +++ b/examples/xml/tagreader-with-features/tagreader.cpp @@ -14,7 +14,7 @@ #include #include #include -#include +#include int main( int argc, char **argv ) { -- cgit v1.2.1