summaryrefslogtreecommitdiffstats
path: root/tools/designer/plugins/cppeditor
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-08-24 20:52:58 +0900
committerMichele Calgaro <[email protected]>2024-08-29 22:23:36 +0900
commit367ff3fb9e3933f6704c98359cdd8d934ace941f (patch)
tree7e03c953d16dcaf0e89f54079b8415a578a22893 /tools/designer/plugins/cppeditor
parentd35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (diff)
downloadtqt3-367ff3fb9e3933f6704c98359cdd8d934ace941f.tar.gz
tqt3-367ff3fb9e3933f6704c98359cdd8d934ace941f.zip
Rename global classes nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tools/designer/plugins/cppeditor')
-rw-r--r--tools/designer/plugins/cppeditor/cppcompletion.h2
-rw-r--r--tools/designer/plugins/cppeditor/editorinterfaceimpl.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/designer/plugins/cppeditor/cppcompletion.h b/tools/designer/plugins/cppeditor/cppcompletion.h
index f6d2134c9..5ca10b4b4 100644
--- a/tools/designer/plugins/cppeditor/cppcompletion.h
+++ b/tools/designer/plugins/cppeditor/cppcompletion.h
@@ -36,7 +36,7 @@
#define CPPCOMPLETION_H
#include <completion.h>
-#include <ntqguardedptr.h>
+#include <tqguardedptr.h>
class CppEditorCompletion : public EditorCompletion
{
diff --git a/tools/designer/plugins/cppeditor/editorinterfaceimpl.h b/tools/designer/plugins/cppeditor/editorinterfaceimpl.h
index 7b3472371..a83c07dfd 100644
--- a/tools/designer/plugins/cppeditor/editorinterfaceimpl.h
+++ b/tools/designer/plugins/cppeditor/editorinterfaceimpl.h
@@ -37,7 +37,7 @@
#include <editorinterface.h>
#include <tqobject.h>
-#include <ntqguardedptr.h>
+#include <tqguardedptr.h>
class TQTimer;
class ViewManager;