diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-25 15:36:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-29 22:23:36 +0900 |
commit | 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch) | |
tree | 0ef68a6a92087957855c7607ac176821d10d049d /tools | |
parent | 7b1d2ad2df8cd011b487c43336aa67639fa359c9 (diff) | |
download | tqt3-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.tar.gz tqt3-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.zip |
Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools')
21 files changed, 27 insertions, 27 deletions
diff --git a/tools/assistant/helpdialogimpl.cpp b/tools/assistant/helpdialogimpl.cpp index f1bce7bea..f805d525b 100644 --- a/tools/assistant/helpdialogimpl.cpp +++ b/tools/assistant/helpdialogimpl.cpp @@ -39,9 +39,9 @@ #include "config.h" #include "tabbedbrowser.h" -#include <ntqaccel.h> +#include <tqaccel.h> #include <ntqapplication.h> -#include <ntqcursor.h> +#include <tqcursor.h> #include <tqdir.h> #include <tqeventloop.h> #include <tqfile.h> diff --git a/tools/assistant/lib/lib.pro b/tools/assistant/lib/lib.pro index 983418234..28dfce5a2 100644 --- a/tools/assistant/lib/lib.pro +++ b/tools/assistant/lib/lib.pro @@ -5,8 +5,8 @@ VERSION = 1.0 CONFIG += qt warn_on release CONFIG += dll -SOURCES = qassistantclient.cpp -HEADERS += $$QT_SOURCE_TREE/include/ntqassistantclient.h +SOURCES = tqassistantclient.cpp +HEADERS += $$QT_SOURCE_TREE/include/tqassistantclient.h DEFINES += QT_INTERNAL_NETWORK diff --git a/tools/assistant/lib/qassistantclient.cpp b/tools/assistant/lib/tqassistantclient.cpp index 48cbfa84b..d252a4438 100644 --- a/tools/assistant/lib/qassistantclient.cpp +++ b/tools/assistant/lib/tqassistantclient.cpp @@ -31,7 +31,7 @@ ** **********************************************************************/ -#include "ntqassistantclient.h" +#include "tqassistantclient.h" #include <tqsocket.h> #include <tqtextstream.h> @@ -85,7 +85,7 @@ static TQAssistantClientPrivate *data( const TQAssistantClient *client, bool cre This class is not included in the TQt library itself. To use it you must link against \c libtqassistantclient.a (Unix) or \c - qassistantclient.lib (Windows), which is built into \c INSTALL/lib + tqassistantclient.lib (Windows), which is built into \c INSTALL/lib if you built the TQt tools (\c INSTALL is the directory where TQt is installed). If you use qmake, then you can simply add the following line to your pro file: diff --git a/tools/assistant/lib/ntqassistantclient.h b/tools/assistant/lib/tqassistantclient.h index 17796431c..17796431c 100644 --- a/tools/assistant/lib/ntqassistantclient.h +++ b/tools/assistant/lib/tqassistantclient.h diff --git a/tools/assistant/mainwindow.ui b/tools/assistant/mainwindow.ui index 0c6fc0b0f..703c8afc5 100644 --- a/tools/assistant/mainwindow.ui +++ b/tools/assistant/mainwindow.ui @@ -574,7 +574,7 @@ <include location="local" impldecl="in implementation">settingsdialogimpl.h</include> <include location="global" impldecl="in implementation">ntqmessagebox.h</include> <include location="global" impldecl="in implementation">tqfontdatabase.h</include> - <include location="global" impldecl="in implementation">ntqaccel.h</include> + <include location="global" impldecl="in implementation">tqaccel.h</include> <include location="global" impldecl="in implementation">tqcombobox.h</include> <include location="global" impldecl="in implementation">tqpaintdevicemetrics.h</include> <include location="global" impldecl="in implementation">tqsimplerichtext.h</include> diff --git a/tools/assistant/mainwindow.ui.h b/tools/assistant/mainwindow.ui.h index 16089d7f5..779c1e426 100644 --- a/tools/assistant/mainwindow.ui.h +++ b/tools/assistant/mainwindow.ui.h @@ -35,12 +35,12 @@ #include <tqtabwidget.h> #include <tqfileinfo.h> -#include <ntqaccel.h> +#include <tqaccel.h> #include <tqobjectlist.h> #include <tqtimer.h> #include <tqdragobject.h> #include <tqfontinfo.h> -#include <ntqaccel.h> +#include <tqaccel.h> #include <ntqmetaobject.h> #include <tqeventloop.h> diff --git a/tools/designer/designer/formwindow.cpp b/tools/designer/designer/formwindow.cpp index 57de1bede..164930178 100644 --- a/tools/designer/designer/formwindow.cpp +++ b/tools/designer/designer/formwindow.cpp @@ -71,7 +71,7 @@ #include <ntqmetaobject.h> #include <tqtooltip.h> #include <ntqfeatures.h> -#include <ntqaccel.h> +#include <tqaccel.h> #include <tqpixmapcache.h> #include <tqbitmap.h> #include <ntqsplitter.h> diff --git a/tools/designer/designer/hierarchyview.cpp b/tools/designer/designer/hierarchyview.cpp index 1b23158b9..4a16d5a95 100644 --- a/tools/designer/designer/hierarchyview.cpp +++ b/tools/designer/designer/hierarchyview.cpp @@ -62,7 +62,7 @@ #include <tqtimer.h> #include "../interfaces/languageinterface.h" #include <tqworkspace.h> -#include <ntqaccel.h> +#include <tqaccel.h> #include <ntqmessagebox.h> #include <stdlib.h> diff --git a/tools/designer/designer/mainwindow.cpp b/tools/designer/designer/mainwindow.cpp index c24e84e98..eddcc648c 100644 --- a/tools/designer/designer/mainwindow.cpp +++ b/tools/designer/designer/mainwindow.cpp @@ -113,11 +113,11 @@ #include <tqvbox.h> #include <tqprocess.h> #include <tqsettings.h> -#include <ntqaccel.h> +#include <tqaccel.h> #include <tqtooltip.h> #include <tqsizegrip.h> #include <tqtextview.h> -#include <ntqassistantclient.h> +#include <tqassistantclient.h> #include <stdlib.h> static bool mblockNewForms = FALSE; diff --git a/tools/designer/designer/metadatabase.h b/tools/designer/designer/metadatabase.h index 5848f3de2..affd298e6 100644 --- a/tools/designer/designer/metadatabase.h +++ b/tools/designer/designer/metadatabase.h @@ -42,7 +42,7 @@ #include <tqsizepolicy.h> #include <tqsize.h> #include <tqwidgetlist.h> -#include <ntqcursor.h> +#include <tqcursor.h> #include "pixmapchooser.h" #include "../interfaces/languageinterface.h" diff --git a/tools/designer/designer/propertyeditor.cpp b/tools/designer/designer/propertyeditor.cpp index d84474ea6..34c332a57 100644 --- a/tools/designer/designer/propertyeditor.cpp +++ b/tools/designer/designer/propertyeditor.cpp @@ -75,7 +75,7 @@ #include <tqbitmap.h> #include <tqtooltip.h> #include <tqwhatsthis.h> -#include <ntqaccel.h> +#include <tqaccel.h> #include <tqworkspace.h> #include <tqtimer.h> #include <tqdragobject.h> @@ -83,7 +83,7 @@ #include <tqprocess.h> #include <tqstyle.h> #include <tqdatetimeedit.h> -#include <ntqassistantclient.h> +#include <tqassistantclient.h> #include <ntqdrawutil.h> #include <tqmultilineedit.h> // FIXME: obsolete #include <ntqsplitter.h> diff --git a/tools/designer/designer/propertyobject.h b/tools/designer/designer/propertyobject.h index 5e97697c2..2590399a1 100644 --- a/tools/designer/designer/propertyobject.h +++ b/tools/designer/designer/propertyobject.h @@ -3,7 +3,7 @@ #include <tqobject.h> #include <tqwidgetlist.h> -#include <ntqcursor.h> +#include <tqcursor.h> class PropertyObject : public TQObject { diff --git a/tools/designer/designer/resource.cpp b/tools/designer/designer/resource.cpp index 0226219e7..889e362b5 100644 --- a/tools/designer/designer/resource.cpp +++ b/tools/designer/designer/resource.cpp @@ -50,7 +50,7 @@ #include <domtool.h> #include <widgetdatabase.h> -#include <ntqaccel.h> +#include <tqaccel.h> #include <ntqapplication.h> #include <tqbuffer.h> #include <tqcombobox.h> diff --git a/tools/designer/editor/editor.cpp b/tools/designer/editor/editor.cpp index b719ab4e5..fdf5f106d 100644 --- a/tools/designer/editor/editor.cpp +++ b/tools/designer/editor/editor.cpp @@ -38,7 +38,7 @@ #include "conf.h" #include <ntqapplication.h> #include <tqpopupmenu.h> -#include <ntqaccel.h> +#include <tqaccel.h> Editor::Editor( const TQString &fn, TQWidget *parent, const char *name ) : TQTextEdit( parent, name ), hasError( FALSE ) diff --git a/tools/designer/shared/domtool.cpp b/tools/designer/shared/domtool.cpp index e2faac345..46f999f89 100644 --- a/tools/designer/shared/domtool.cpp +++ b/tools/designer/shared/domtool.cpp @@ -35,7 +35,7 @@ #include <tqsizepolicy.h> #include <tqcolor.h> -#include <ntqcursor.h> +#include <tqcursor.h> #include <tqdatetime.h> #include <tqrect.h> #include <tqsize.h> diff --git a/tools/designer/shared/ui2uib.cpp b/tools/designer/shared/ui2uib.cpp index 98ed8a544..4eddea7e9 100644 --- a/tools/designer/shared/ui2uib.cpp +++ b/tools/designer/shared/ui2uib.cpp @@ -37,7 +37,7 @@ #include <domtool.h> #include <tqcolor.h> -#include <ntqcursor.h> +#include <tqcursor.h> #include <tqdatetime.h> #include <tqdom.h> #include <tqfile.h> diff --git a/tools/designer/shared/widgetdatabase.cpp b/tools/designer/shared/widgetdatabase.cpp index 973a8a65f..a5478a832 100644 --- a/tools/designer/shared/widgetdatabase.cpp +++ b/tools/designer/shared/widgetdatabase.cpp @@ -41,7 +41,7 @@ #include <tqdict.h> #include <tqfile.h> #include <tqtextstream.h> -#include <ntqcleanuphandler.h> +#include <tqcleanuphandler.h> #include <ntqfeatures.h> #include <stdlib.h> diff --git a/tools/linguist/linguist/msgedit.cpp b/tools/linguist/linguist/msgedit.cpp index 5d6ff2158..8c333d911 100644 --- a/tools/linguist/linguist/msgedit.cpp +++ b/tools/linguist/linguist/msgedit.cpp @@ -61,7 +61,7 @@ #include <ntqdockwindow.h> #include <tqscrollview.h> #include <tqfont.h> -#include <ntqaccel.h> +#include <tqaccel.h> #include <private/qrichtext_p.h> static const int MaxCandidates = 5; diff --git a/tools/linguist/linguist/trwindow.cpp b/tools/linguist/linguist/trwindow.cpp index e612d38fd..abe16ea99 100644 --- a/tools/linguist/linguist/trwindow.cpp +++ b/tools/linguist/linguist/trwindow.cpp @@ -46,7 +46,7 @@ #include "phraselv.h" #include "statistics.h" -#include <ntqaccel.h> +#include <tqaccel.h> #include <tqaction.h> #include <ntqapplication.h> #include <tqbitmap.h> @@ -68,7 +68,7 @@ #include <tqtoolbar.h> #include <tqwhatsthis.h> #include <tqprocess.h> -#include <ntqassistantclient.h> +#include <tqassistantclient.h> #include <stdlib.h> diff --git a/tools/linguist/tutorial/tt2/mainwindow.cpp b/tools/linguist/tutorial/tt2/mainwindow.cpp index 8b5c9dfb0..bc72c4a27 100644 --- a/tools/linguist/tutorial/tt2/mainwindow.cpp +++ b/tools/linguist/tutorial/tt2/mainwindow.cpp @@ -7,7 +7,7 @@ #include "arrowpad.h" #include "mainwindow.h" -#include <ntqaccel.h> +#include <tqaccel.h> #include <ntqapplication.h> #include <tqmenubar.h> #include <tqpopupmenu.h> diff --git a/tools/linguist/tutorial/tt3/mainwindow.cpp b/tools/linguist/tutorial/tt3/mainwindow.cpp index b76430752..70483b991 100644 --- a/tools/linguist/tutorial/tt3/mainwindow.cpp +++ b/tools/linguist/tutorial/tt3/mainwindow.cpp @@ -7,7 +7,7 @@ #include "mainwindow.h" #include "printpanel.h" -#include <ntqaccel.h> +#include <tqaccel.h> #include <ntqapplication.h> #include <tqmenubar.h> #include <ntqmessagebox.h> |