diff options
Diffstat (limited to 'tools/designer/plugins/rc/rc2ui.cpp')
-rw-r--r-- | tools/designer/plugins/rc/rc2ui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/plugins/rc/rc2ui.cpp b/tools/designer/plugins/rc/rc2ui.cpp index c43bb65f6..d0d6c7af3 100644 --- a/tools/designer/plugins/rc/rc2ui.cpp +++ b/tools/designer/plugins/rc/rc2ui.cpp @@ -845,7 +845,7 @@ bool RC2UI::makeStringTable() *out << "#ifndef STRINGTABLE_H" << endl; *out << "#define STRINGTABLE_H" << endl; *out << endl; - *out << "#include <ntqstring.h>" << endl; + *out << "#include <tqstring.h>" << endl; *out << "#include <tqobject.h>" << endl; *out << endl; |