summaryrefslogtreecommitdiffstats
path: root/tools/designer/uic/embed.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 13:06:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 13:06:00 +0900
commit628b0bb74c3fc327efff8add9c73ada04b1cbea2 (patch)
tree16062922d35b5e0153b9f866e440f36603bd4f55 /tools/designer/uic/embed.cpp
parent7552c6d73043b1040139033f6864db48ae5446cf (diff)
downloadtqt-628b0bb7.tar.gz
tqt-628b0bb7.zip
Rename drag-n-drop nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer/uic/embed.cpp')
-rw-r--r--tools/designer/uic/embed.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/designer/uic/embed.cpp b/tools/designer/uic/embed.cpp
index 3cd6904f2..cbdc7e828 100644
--- a/tools/designer/uic/embed.cpp
+++ b/tools/designer/uic/embed.cpp
@@ -138,8 +138,8 @@ void Uic::embed( TQTextStream& out, const char* project, const TQStringList& ima
out << "#include <tqimage.h>\n";
out << "#include <ntqdict.h>\n";
- out << "#include <ntqmime.h>\n";
- out << "#include <ntqdragobject.h>\n";
+ out << "#include <tqmime.h>\n";
+ out << "#include <tqdragobject.h>\n";
out << "\n";
TQPtrList<EmbedImage> list_image;