diff options
Diffstat (limited to 'examples')
24 files changed, 24 insertions, 24 deletions
diff --git a/examples/aclock/aclock.cpp b/examples/aclock/aclock.cpp index 0ca5d5ab4..4d4b7a0cd 100644 --- a/examples/aclock/aclock.cpp +++ b/examples/aclock/aclock.cpp @@ -10,7 +10,7 @@ #include "aclock.h" #include <tqtimer.h> #include <ntqpainter.h> -#include <ntqbitmap.h> +#include <tqbitmap.h> // // Constructs an analog clock widget that uses an internal TQTimer. diff --git a/examples/canvas/canvas.h b/examples/canvas/canvas.h index b695bfdcf..963e56e4f 100644 --- a/examples/canvas/canvas.h +++ b/examples/canvas/canvas.h @@ -3,7 +3,7 @@ #include <tqpopupmenu.h> #include <tqmainwindow.h> -#include <ntqintdict.h> +#include <tqintdict.h> #include <tqcanvas.h> class BouncyLogo : public TQCanvasSprite { diff --git a/examples/cursor/cursor.cpp b/examples/cursor/cursor.cpp index 77e77ad77..253d9a8d2 100644 --- a/examples/cursor/cursor.cpp +++ b/examples/cursor/cursor.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include <ntqlabel.h> -#include <ntqbitmap.h> +#include <tqbitmap.h> #include <ntqapplication.h> #include <ntqlayout.h> #include <ntqcursor.h> diff --git a/examples/demo/frame.cpp b/examples/demo/frame.cpp index c291c4b9a..66ece54d6 100644 --- a/examples/demo/frame.cpp +++ b/examples/demo/frame.cpp @@ -19,7 +19,7 @@ #include <tqstylefactory.h> #include <tqaction.h> #include <ntqsignalmapper.h> -#include <ntqdict.h> +#include <tqdict.h> #include <ntqdir.h> #include <tqtextcodec.h> #include <stdlib.h> diff --git a/examples/demo/frame.h b/examples/demo/frame.h index 6dd9c1ae3..12170d789 100644 --- a/examples/demo/frame.h +++ b/examples/demo/frame.h @@ -8,7 +8,7 @@ *****************************************************************************/ #include <tqmainwindow.h> -#include <ntqintdict.h> +#include <tqintdict.h> #include "categoryinterface.h" class TQToolBox; diff --git a/examples/demo/qasteroids/toplevel.h b/examples/demo/qasteroids/toplevel.h index 6209c5f8f..b86d45b17 100644 --- a/examples/demo/qasteroids/toplevel.h +++ b/examples/demo/qasteroids/toplevel.h @@ -8,7 +8,7 @@ #define __KAST_TOPLEVEL_H__ #include <tqmainwindow.h> -#include <ntqdict.h> +#include <tqdict.h> #include <tqmap.h> #include "view.h" diff --git a/examples/demo/qasteroids/view.h b/examples/demo/qasteroids/view.h index 7308ff460..d54fa847a 100644 --- a/examples/demo/qasteroids/view.h +++ b/examples/demo/qasteroids/view.h @@ -9,7 +9,7 @@ #include <tqwidget.h> #include <tqptrlist.h> -#include <ntqintdict.h> +#include <tqintdict.h> #include <tqtimer.h> #include <tqcanvas.h> #include "sprites.h" diff --git a/examples/desktop/desktop.cpp b/examples/desktop/desktop.cpp index 9997595a3..4edd88ec0 100644 --- a/examples/desktop/desktop.cpp +++ b/examples/desktop/desktop.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include <tqimage.h> -#include <ntqbitmap.h> +#include <tqbitmap.h> #include <ntqpainter.h> #include <ntqapplication.h> #include <tqdropsite.h> diff --git a/examples/listviews/listviews.cpp b/examples/listviews/listviews.cpp index 24b314c0e..865616fc8 100644 --- a/examples/listviews/listviews.cpp +++ b/examples/listviews/listviews.cpp @@ -15,7 +15,7 @@ #include <tqobjectlist.h> #include <tqpopupmenu.h> #include <ntqheader.h> -#include <ntqregexp.h> +#include <tqregexp.h> // ----------------------------------------------------------------- diff --git a/examples/network/archivesearch/archivedialog.ui b/examples/network/archivesearch/archivedialog.ui index 7d7b78a5e..b3942e117 100644 --- a/examples/network/archivesearch/archivedialog.ui +++ b/examples/network/archivesearch/archivedialog.ui @@ -117,7 +117,7 @@ <include location="global" impldecl="in declaration">ntqmessagebox.h</include> <include location="global" impldecl="in declaration">ntqapplication.h</include> <include location="global" impldecl="in declaration">ntqcursor.h</include> - <include location="global" impldecl="in declaration">ntqregexp.h</include> + <include location="global" impldecl="in declaration">tqregexp.h</include> <include location="local" impldecl="in implementation">archivedialog.ui.h</include> </includes> <variables> diff --git a/examples/network/httpd/httpd.cpp b/examples/network/httpd/httpd.cpp index 9ae8ff5ea..cdd96101f 100644 --- a/examples/network/httpd/httpd.cpp +++ b/examples/network/httpd/httpd.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include <stdlib.h> #include <ntqsocket.h> -#include <ntqregexp.h> +#include <tqregexp.h> #include <ntqserversocket.h> #include <ntqapplication.h> #include <tqmainwindow.h> diff --git a/examples/network/infoprotocol/infoserver/infodata.h b/examples/network/infoprotocol/infoserver/infodata.h index fe94b02dc..77b39e23a 100644 --- a/examples/network/infoprotocol/infoserver/infodata.h +++ b/examples/network/infoprotocol/infoserver/infodata.h @@ -10,7 +10,7 @@ #ifndef INFODATA_H #define INFODATA_H -#include <ntqdict.h> +#include <tqdict.h> #include <tqstringlist.h> diff --git a/examples/network/mail/smtp.cpp b/examples/network/mail/smtp.cpp index 487cba04e..0d10a9b30 100644 --- a/examples/network/mail/smtp.cpp +++ b/examples/network/mail/smtp.cpp @@ -15,7 +15,7 @@ #include <tqtimer.h> #include <ntqapplication.h> #include <ntqmessagebox.h> -#include <ntqregexp.h> +#include <tqregexp.h> Smtp::Smtp( const TQString &from, const TQString &to, diff --git a/examples/network/networkprotocol/nntp.cpp b/examples/network/networkprotocol/nntp.cpp index f8bb2fb7d..870c2c7f9 100644 --- a/examples/network/networkprotocol/nntp.cpp +++ b/examples/network/networkprotocol/nntp.cpp @@ -12,7 +12,7 @@ #include <stdlib.h> #include <ntqurloperator.h> #include <tqstringlist.h> -#include <ntqregexp.h> +#include <tqregexp.h> Nntp::Nntp() : TQNetworkProtocol(), connectionReady( FALSE ), diff --git a/examples/network/networkprotocol/view.h b/examples/network/networkprotocol/view.h index b69138e27..8fc9a43a9 100644 --- a/examples/network/networkprotocol/view.h +++ b/examples/network/networkprotocol/view.h @@ -11,7 +11,7 @@ #define VIEW_H #include <ntqvbox.h> -#include <ntqcstring.h> +#include <tqcstring.h> #include <ntqurloperator.h> class TQMultiLineEdit; diff --git a/examples/qmag/qmag.cpp b/examples/qmag/qmag.cpp index 996af3c7b..1e88435e1 100644 --- a/examples/qmag/qmag.cpp +++ b/examples/qmag/qmag.cpp @@ -13,7 +13,7 @@ #include <tqimage.h> #include <ntqlabel.h> #include <ntqfiledialog.h> -#include <ntqregexp.h> +#include <tqregexp.h> #include <ntqapplication.h> #include <ntqpainter.h> diff --git a/examples/regexptester/regexptester.cpp b/examples/regexptester/regexptester.cpp index a2a628103..f8145a0df 100644 --- a/examples/regexptester/regexptester.cpp +++ b/examples/regexptester/regexptester.cpp @@ -5,7 +5,7 @@ #include <ntqlabel.h> #include <ntqlayout.h> #include <ntqpushbutton.h> -#include <ntqregexp.h> +#include <tqregexp.h> #include <tqstatusbar.h> #include <ntqtable.h> diff --git a/examples/scribble/scribble.cpp b/examples/scribble/scribble.cpp index 06680256b..34950a265 100644 --- a/examples/scribble/scribble.cpp +++ b/examples/scribble/scribble.cpp @@ -24,7 +24,7 @@ #include <tqimage.h> #include <tqstrlist.h> #include <tqpopupmenu.h> -#include <ntqintdict.h> +#include <tqintdict.h> const bool no_writing = FALSE; diff --git a/examples/table/bigtable/bigtable.doc b/examples/table/bigtable/bigtable.doc index 7f8a5c2da..5633fe1ea 100644 --- a/examples/table/bigtable/bigtable.doc +++ b/examples/table/bigtable/bigtable.doc @@ -7,7 +7,7 @@ \title How to create a large, sparse QTable - This example shows a sparse table implementation using a QIntDict to + This example shows a sparse table implementation using a TQIntDict to keep track of the cells that are actually in use. <hr> diff --git a/examples/tablet/scribble.cpp b/examples/tablet/scribble.cpp index ee8089c08..e4142c9c6 100644 --- a/examples/tablet/scribble.cpp +++ b/examples/tablet/scribble.cpp @@ -25,7 +25,7 @@ #include <tqimage.h> #include <tqstrlist.h> #include <tqpopupmenu.h> -#include <ntqintdict.h> +#include <tqintdict.h> diff --git a/examples/tetrix/tqdragapp.cpp b/examples/tetrix/tqdragapp.cpp index 014583a29..82cdfb612 100644 --- a/examples/tetrix/tqdragapp.cpp +++ b/examples/tetrix/tqdragapp.cpp @@ -9,7 +9,7 @@ #include "tqdragapp.h" #include "tqptrlist.h" -#include "ntqintdict.h" +#include "tqintdict.h" #include "tqpopupmenu.h" #include "ntqguardedptr.h" #include "ntqcolor.h" diff --git a/examples/themes/themes.cpp b/examples/themes/themes.cpp index 1ac0e0a5e..f0cdd8939 100644 --- a/examples/themes/themes.cpp +++ b/examples/themes/themes.cpp @@ -28,7 +28,7 @@ #include <tqstylefactory.h> #include <tqaction.h> #include <ntqsignalmapper.h> -#include <ntqdict.h> +#include <tqdict.h> Themes::Themes( TQWidget *parent, const char *name, WFlags f ) : TQMainWindow( parent, name, f ) diff --git a/examples/thread/prodcons/prodcons.cpp b/examples/thread/prodcons/prodcons.cpp index 88553869e..a405d5fb9 100644 --- a/examples/thread/prodcons/prodcons.cpp +++ b/examples/thread/prodcons/prodcons.cpp @@ -9,7 +9,7 @@ #include <ntqlayout.h> #include <ntqevent.h> #include <ntqlabel.h> -#include <ntqcstring.h> +#include <tqcstring.h> #include <tqtextstream.h> #include <ntqfile.h> diff --git a/examples/tux/tux.cpp b/examples/tux/tux.cpp index fc1e26d57..089edcab4 100644 --- a/examples/tux/tux.cpp +++ b/examples/tux/tux.cpp @@ -2,7 +2,7 @@ #include <tqwidget.h> #include <tqimage.h> #include <ntqpixmap.h> -#include <ntqbitmap.h> +#include <tqbitmap.h> #include <ntqfile.h> #include <stdlib.h> |