summaryrefslogtreecommitdiffstats
path: root/qmake/examples
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-23 14:04:45 +0900
committerMichele Calgaro <[email protected]>2024-05-27 16:08:54 +0900
commit04913ce7a46fd027856e83a96205fdc388742a19 (patch)
treea04a117317c14854a6b91072658ba0eb3ad8b3fc /qmake/examples
parentc11c0f228b65f7471a26513ef8dbde413e75f8fa (diff)
downloadtqt3-04913ce7a46fd027856e83a96205fdc388742a19.tar.gz
tqt3-04913ce7a46fd027856e83a96205fdc388742a19.zip
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'qmake/examples')
-rw-r--r--qmake/examples/precompile/myobject.cpp2
-rw-r--r--qmake/examples/precompile/myobject.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/qmake/examples/precompile/myobject.cpp b/qmake/examples/precompile/myobject.cpp
index 14853508a..da24e625d 100644
--- a/qmake/examples/precompile/myobject.cpp
+++ b/qmake/examples/precompile/myobject.cpp
@@ -1,5 +1,5 @@
#include <iostream>
-#include <ntqobject.h>
+#include <tqobject.h>
#include "myobject.h"
MyObject::MyObject()
diff --git a/qmake/examples/precompile/myobject.h b/qmake/examples/precompile/myobject.h
index 5819267eb..90c0b865b 100644
--- a/qmake/examples/precompile/myobject.h
+++ b/qmake/examples/precompile/myobject.h
@@ -1,4 +1,4 @@
-#include <ntqobject.h>
+#include <tqobject.h>
class MyObject : public TQObject
{