diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
commit | 42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch) | |
tree | 0928f4e01a3dcc0698b46c7608d8310e471bdb49 /tools/designer/shared | |
parent | fef846914f8db6dc117e206ef913d519bf6bb33e (diff) | |
download | tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip |
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer/shared')
-rw-r--r-- | tools/designer/shared/widgetdatabase.cpp | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/tools/designer/shared/widgetdatabase.cpp b/tools/designer/shared/widgetdatabase.cpp index 356a88a1a..42976f657 100644 --- a/tools/designer/shared/widgetdatabase.cpp +++ b/tools/designer/shared/widgetdatabase.cpp @@ -64,17 +64,20 @@ static bool was_in_setup = FALSE; // It will be removed afterwards static TQString converted_widgets[] = { + "TQButton", "TQButtonGroup", "TQCheckBox", "TQColorDialog", "TQComboBox", "TQDateTimeEdit", "TQDesktopWidget", "TQDial", "TQDialog", - "TQFileDialog", + "TQFileDialog", "TQFrame", + "TQGrid", "TQGridView", + "TQHeader", "TQIconView", - "TQLabel", "TQLCDNumber", "TQLineEdit", - "TQMainWindow", "TQMenuBar", - "TQPopupMenu", "TQPushButton", + "TQLabel", "TQLCDNumber", "TQLineEdit", "TQListBox", "TQListView", + "TQMainWindow", "TQMenuBar", "TQMultiLineEdit", + "TQPopupMenu", "TQProgressBar", "TQProgressDialog", "TQPushButton", "TQRadioButton", "TQScrollBar", "TQScrollView", "TQSizeGrip", "TQSlider", "TQSpinBox", "TQStatusBar", - "TQTextBrowser", "TQTextEdit", "TQTextView", "TQToolBar", "TQToolBox", "TQToolButton", "TQToolTip", - "TQWidget", "TQWidgetStack", "TQWorkspace" + "TQTabBar", "TQTabDialog", "TQTabWidget", "TQTable", "TQTextBrowser", "TQTextEdit", "TQTextView", "TQToolBar", "TQToolBox", "TQToolButton", "TQToolTip", + "TQWidget", "TQWidgetStack", "TQWizard", "TQWorkspace" }; size_t converted_widgets_size = sizeof(converted_widgets) / sizeof(TQString); @@ -424,7 +427,7 @@ void WidgetDatabase::setupDataBase( int id ) r->name = "Line"; r->group = widgetGroup( "Display" ); r->toolTip = "Line"; - r->includeFile = "ntqframe.h"; + r->includeFile = "tqframe.h"; r->whatsThis = "The Line widget provides horizontal and vertical lines."; append( r ); |