diff options
Diffstat (limited to 'tools/designer/plugins/rc/rc2ui.cpp')
-rw-r--r-- | tools/designer/plugins/rc/rc2ui.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/designer/plugins/rc/rc2ui.cpp b/tools/designer/plugins/rc/rc2ui.cpp index 28b2ffc8a..f88f9d431 100644 --- a/tools/designer/plugins/rc/rc2ui.cpp +++ b/tools/designer/plugins/rc/rc2ui.cpp @@ -33,7 +33,7 @@ **********************************************************************/ #include "rc2ui.h" -#include <qdir.h> +#include <ntqdir.h> /// some little helpers /// @@ -845,8 +845,8 @@ bool RC2UI::makeStringTable() *out << "#ifndef STRINGTABLE_H" << endl; *out << "#define STRINGTABLE_H" << endl; *out << endl; - *out << "#include <qstring.h>" << endl; - *out << "#include <qobject.h>" << endl; + *out << "#include <ntqstring.h>" << endl; + *out << "#include <ntqobject.h>" << endl; *out << endl; TQString ID; |