diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 14:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-27 16:08:54 +0900 |
commit | 04913ce7a46fd027856e83a96205fdc388742a19 (patch) | |
tree | a04a117317c14854a6b91072658ba0eb3ad8b3fc /tools/designer/interfaces | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt3-04913ce7a46fd027856e83a96205fdc388742a19.tar.gz tqt3-04913ce7a46fd027856e83a96205fdc388742a19.zip |
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer/interfaces')
-rw-r--r-- | tools/designer/interfaces/classbrowserinterface.h | 2 | ||||
-rw-r--r-- | tools/designer/interfaces/designerinterface.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/designer/interfaces/classbrowserinterface.h b/tools/designer/interfaces/classbrowserinterface.h index 2762a3299..2b95e0679 100644 --- a/tools/designer/interfaces/classbrowserinterface.h +++ b/tools/designer/interfaces/classbrowserinterface.h @@ -48,7 +48,7 @@ // #include <private/qcom_p.h> -#include <ntqobject.h> +#include <tqobject.h> class TQListView; // {4ede3c32-ae96-4b7a-9e38-9f1d93592391} diff --git a/tools/designer/interfaces/designerinterface.h b/tools/designer/interfaces/designerinterface.h index 31b750e95..b98ff4d9a 100644 --- a/tools/designer/interfaces/designerinterface.h +++ b/tools/designer/interfaces/designerinterface.h @@ -53,7 +53,7 @@ #include <ntqmap.h> #include <ntqstringlist.h> #include <ntqwidgetlist.h> -#include <ntqobjectlist.h> +#include <tqobjectlist.h> struct DesignerProject; struct DesignerDatabase; |