diff options
Diffstat (limited to 'tools/designer/uic/embed.cpp')
-rw-r--r-- | tools/designer/uic/embed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/uic/embed.cpp b/tools/designer/uic/embed.cpp index cbdc7e828..4cb531409 100644 --- a/tools/designer/uic/embed.cpp +++ b/tools/designer/uic/embed.cpp @@ -137,7 +137,7 @@ void Uic::embed( TQTextStream& out, const char* project, const TQStringList& ima out << "\n"; out << "#include <tqimage.h>\n"; - out << "#include <ntqdict.h>\n"; + out << "#include <tqdict.h>\n"; out << "#include <tqmime.h>\n"; out << "#include <tqdragobject.h>\n"; out << "\n"; |