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.cpp15
1 files changed, 9 insertions, 6 deletions
diff --git a/tools/designer/shared/widgetdatabase.cpp b/tools/designer/shared/widgetdatabase.cpp
index fce3e83de..5648f5631 100644
--- a/tools/designer/shared/widgetdatabase.cpp
+++ b/tools/designer/shared/widgetdatabase.cpp
@@ -65,9 +65,12 @@ static bool was_in_setup = FALSE;
static TQString converted_widgets[] =
{
"TQDateTimeEdit",
- "TQIconView",
- "TQTextBrowser", "TQTextEdit", "TQTextView",
- "TQWidget", "TQWidgetStack",
+ "TQIconView",
+ "TQMainWindow", "TQMenuBar",
+ "TQPopupMenu",
+ "TQStatusBar", "TQSizeGrip",
+ "TQTextBrowser", "TQTextEdit", "TQTextView", "TQToolBar", "TQToolBox", "TQToolButton", "TQToolTip",
+ "TQWidget", "TQWidgetStack", "TQWorkspace"
};
size_t converted_widgets_size = sizeof(converted_widgets) / sizeof(TQString);
@@ -526,7 +529,7 @@ void WidgetDatabase::setupDataBase( int id )
r = new WidgetDatabaseRecord;
r->iconSet = "";
r->name = "TQMainWindow";
- r->includeFile = "ntqmainwindow.h";
+ r->includeFile = "tqmainwindow.h";
r->group = widgetGroup( "Temp" );
r->isContainer = TRUE;
@@ -535,7 +538,7 @@ void WidgetDatabase::setupDataBase( int id )
r = new WidgetDatabaseRecord;
r->iconSet = "";
r->name = "TQDesignerAction";
- r->includeFile = "ntqaction.h";
+ r->includeFile = "tqaction.h";
r->group = widgetGroup( "Temp" );
r->isContainer = FALSE;
@@ -544,7 +547,7 @@ void WidgetDatabase::setupDataBase( int id )
r = new WidgetDatabaseRecord;
r->iconSet = "";
r->name = "TQDesignerActionGroup";
- r->includeFile = "ntqaction.h";
+ r->includeFile = "tqaction.h";
r->group = widgetGroup( "Temp" );
r->isContainer = FALSE;