diff options
author | Michele Calgaro <[email protected]> | 2024-08-16 19:11:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-16 19:11:00 +0900 |
commit | 82ecd83484c9fa1ede059986ab771e74e33e68ef (patch) | |
tree | d0e76f19632bb02fc55028625bdb903902e1bac1 /tools/designer/shared | |
parent | c55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff) | |
download | tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip |
Rename layout nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tools/designer/shared')
-rw-r--r-- | tools/designer/shared/widgetdatabase.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/designer/shared/widgetdatabase.cpp b/tools/designer/shared/widgetdatabase.cpp index 42976f657..973a8a65f 100644 --- a/tools/designer/shared/widgetdatabase.cpp +++ b/tools/designer/shared/widgetdatabase.cpp @@ -68,8 +68,8 @@ static TQString converted_widgets[] = "TQCheckBox", "TQColorDialog", "TQComboBox", "TQDateTimeEdit", "TQDesktopWidget", "TQDial", "TQDialog", "TQFileDialog", "TQFrame", - "TQGrid", "TQGridView", - "TQHeader", + "TQGrid", "TQGridView", "TQGroupBox", + "TQHBox", "TQHButtonGroup", "TQHeader", "TQHGroupBox", "TQIconView", "TQLabel", "TQLCDNumber", "TQLineEdit", "TQListBox", "TQListView", "TQMainWindow", "TQMenuBar", "TQMultiLineEdit", @@ -77,6 +77,7 @@ static TQString converted_widgets[] = "TQRadioButton", "TQScrollBar", "TQScrollView", "TQSizeGrip", "TQSlider", "TQSpinBox", "TQStatusBar", "TQTabBar", "TQTabDialog", "TQTabWidget", "TQTable", "TQTextBrowser", "TQTextEdit", "TQTextView", "TQToolBar", "TQToolBox", "TQToolButton", "TQToolTip", + "TQVBox", "TQVButtonGroup", "TQVGroupBox", "TQWidget", "TQWidgetStack", "TQWizard", "TQWorkspace" }; size_t converted_widgets_size = sizeof(converted_widgets) / sizeof(TQString); |