diff options
author | Michele Calgaro <[email protected]> | 2024-08-25 15:36:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-29 22:23:36 +0900 |
commit | 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch) | |
tree | 0ef68a6a92087957855c7607ac176821d10d049d /tools/designer | |
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 <[email protected]>
Diffstat (limited to 'tools/designer')
-rw-r--r-- | tools/designer/designer/formwindow.cpp | 2 | ||||
-rw-r--r-- | tools/designer/designer/hierarchyview.cpp | 2 | ||||
-rw-r--r-- | tools/designer/designer/mainwindow.cpp | 4 | ||||
-rw-r--r-- | tools/designer/designer/metadatabase.h | 2 | ||||
-rw-r--r-- | tools/designer/designer/propertyeditor.cpp | 4 | ||||
-rw-r--r-- | tools/designer/designer/propertyobject.h | 2 | ||||
-rw-r--r-- | tools/designer/designer/resource.cpp | 2 | ||||
-rw-r--r-- | tools/designer/editor/editor.cpp | 2 | ||||
-rw-r--r-- | tools/designer/shared/domtool.cpp | 2 | ||||
-rw-r--r-- | tools/designer/shared/ui2uib.cpp | 2 | ||||
-rw-r--r-- | tools/designer/shared/widgetdatabase.cpp | 2 |
11 files changed, 13 insertions, 13 deletions
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> |