summaryrefslogtreecommitdiffstats
path: root/tools/designer/plugins/rc/rc2ui.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
committerTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /tools/designer/plugins/rc/rc2ui.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'tools/designer/plugins/rc/rc2ui.cpp')
-rw-r--r--tools/designer/plugins/rc/rc2ui.cpp6
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;