diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 11:53:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 13:56:43 +0900 |
commit | 0582c90a9ed4b965629267713f51c0da7c38b39d (patch) | |
tree | cae95e850081d0a7f2be6cef5837f43a28d53d2c /tools/designer/plugins | |
parent | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff) | |
download | tqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.tar.gz tqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.zip |
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer/plugins')
-rw-r--r-- | tools/designer/plugins/cppeditor/cppcompletion.cpp | 2 | ||||
-rw-r--r-- | tools/designer/plugins/cppeditor/languageinterfaceimpl.cpp | 2 | ||||
-rw-r--r-- | tools/designer/plugins/dlg/dlg2ui.cpp | 2 | ||||
-rw-r--r-- | tools/designer/plugins/glade/glade2ui.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/designer/plugins/cppeditor/cppcompletion.cpp b/tools/designer/plugins/cppeditor/cppcompletion.cpp index 4f4cd52ea..bef386eef 100644 --- a/tools/designer/plugins/cppeditor/cppcompletion.cpp +++ b/tools/designer/plugins/cppeditor/cppcompletion.cpp @@ -34,7 +34,7 @@ #include "cppcompletion.h" #include <tqobject.h> -#include <ntqmetaobject.h> +#include <tqmetaobject.h> #include <tqobjectlist.h> #include <tqregexp.h> diff --git a/tools/designer/plugins/cppeditor/languageinterfaceimpl.cpp b/tools/designer/plugins/cppeditor/languageinterfaceimpl.cpp index 3e7d81c07..2b85ee919 100644 --- a/tools/designer/plugins/cppeditor/languageinterfaceimpl.cpp +++ b/tools/designer/plugins/cppeditor/languageinterfaceimpl.cpp @@ -37,7 +37,7 @@ #include <designerinterface.h> #include <tqfile.h> #include "yyreg.h" -#include <ntqmetaobject.h> +#include <tqmetaobject.h> LanguageInterfaceImpl::LanguageInterfaceImpl( TQUnknownInterface *outer ) : parent( outer ), ref( 0 ) diff --git a/tools/designer/plugins/dlg/dlg2ui.cpp b/tools/designer/plugins/dlg/dlg2ui.cpp index 2d4087729..0529b97e3 100644 --- a/tools/designer/plugins/dlg/dlg2ui.cpp +++ b/tools/designer/plugins/dlg/dlg2ui.cpp @@ -37,7 +37,7 @@ #include "dlg2ui.h" #include <tqfile.h> #include <tqframe.h> -#include <ntqmessagebox.h> +#include <tqmessagebox.h> #include <tqregexp.h> #include <tqtextstream.h> diff --git a/tools/designer/plugins/glade/glade2ui.cpp b/tools/designer/plugins/glade/glade2ui.cpp index 49027ba4a..3ede1321d 100644 --- a/tools/designer/plugins/glade/glade2ui.cpp +++ b/tools/designer/plugins/glade/glade2ui.cpp @@ -40,7 +40,7 @@ #include <tqfile.h> #include <tqimage.h> #include <tqprogressdialog.h> -#include <ntqmessagebox.h> +#include <tqmessagebox.h> #include <tqrect.h> #include <tqregexp.h> #include <tqsizepolicy.h> |