summaryrefslogtreecommitdiffstats
path: root/tools/designer/plugins/rc/rc2ui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/plugins/rc/rc2ui.cpp')
-rw-r--r--tools/designer/plugins/rc/rc2ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/plugins/rc/rc2ui.cpp b/tools/designer/plugins/rc/rc2ui.cpp
index 3189dde0a..c43bb65f6 100644
--- a/tools/designer/plugins/rc/rc2ui.cpp
+++ b/tools/designer/plugins/rc/rc2ui.cpp
@@ -846,7 +846,7 @@ bool RC2UI::makeStringTable()
*out << "#define STRINGTABLE_H" << endl;
*out << endl;
*out << "#include <ntqstring.h>" << endl;
- *out << "#include <ntqobject.h>" << endl;
+ *out << "#include <tqobject.h>" << endl;
*out << endl;
TQString ID;