summaryrefslogtreecommitdiffstats
path: root/tools/designer/shared/widgetdatabase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/shared/widgetdatabase.cpp')
-rw-r--r--tools/designer/shared/widgetdatabase.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/designer/shared/widgetdatabase.cpp b/tools/designer/shared/widgetdatabase.cpp
index 5435526f9..a7585d895 100644
--- a/tools/designer/shared/widgetdatabase.cpp
+++ b/tools/designer/shared/widgetdatabase.cpp
@@ -40,7 +40,7 @@
#include <tqstrlist.h>
#include <ntqdict.h>
#include <ntqfile.h>
-#include <ntqtextstream.h>
+#include <tqtextstream.h>
#include <ntqcleanuphandler.h>
#include <ntqfeatures.h>
@@ -64,6 +64,7 @@ static bool was_in_setup = FALSE;
// It will be removed afterwards
static TQString converted_widgets[] =
{
+ "TQTextBrowser", "TQTextEdit", "TQTextView",
"TQWidget", "TQWidgetStack",
};
size_t converted_widgets_size = sizeof(converted_widgets) / sizeof(TQString);