diff options
author | Michele Calgaro <[email protected]> | 2024-08-31 18:33:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-31 18:41:44 +0900 |
commit | e42ec295c2134770a1eb07032f5f22ca4ba1daa6 (patch) | |
tree | 1ecbc3ad607c79f1ce75ba953f9fe46ea1425b85 /tools/designer/plugins | |
parent | 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (diff) | |
download | tqt3-e42ec295c2134770a1eb07032f5f22ca4ba1daa6.tar.gz tqt3-e42ec295c2134770a1eb07032f5f22ca4ba1daa6.zip |
Rename remaining ntq[d-h]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tools/designer/plugins')
-rw-r--r-- | tools/designer/plugins/wizards/main.cpp | 2 | ||||
-rw-r--r-- | tools/designer/plugins/wizards/sqlformwizardimpl.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/designer/plugins/wizards/main.cpp b/tools/designer/plugins/wizards/main.cpp index 1f5613b3a..b8cda6e1e 100644 --- a/tools/designer/plugins/wizards/main.cpp +++ b/tools/designer/plugins/wizards/main.cpp @@ -32,7 +32,7 @@ **********************************************************************/ #include <designerinterface.h> -#include <ntqfeatures.h> +#include <tqfeatures.h> #include <tqwidget.h> #include <templatewizardiface.h> #ifndef TQT_NO_SQL diff --git a/tools/designer/plugins/wizards/sqlformwizardimpl.cpp b/tools/designer/plugins/wizards/sqlformwizardimpl.cpp index 92ae66301..fe7e5c4a8 100644 --- a/tools/designer/plugins/wizards/sqlformwizardimpl.cpp +++ b/tools/designer/plugins/wizards/sqlformwizardimpl.cpp @@ -45,7 +45,7 @@ #include <tqpushbutton.h> #include <tqmultilineedit.h> #include <tqlistview.h> -#include <ntqfeatures.h> +#include <tqfeatures.h> #include <tqradiobutton.h> #include <tqspinbox.h> #include <limits.h> |