diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-04 22:03:54 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 11:34:05 +0900 |
| commit | 420fcb6c991b2c21d5919db2af202e7f444f9326 (patch) | |
| tree | c6a2c38cdd7ab8a193f25a0a51ebb5aa7fe8c386 /src/gui/microsettingsdlg.cpp | |
| parent | 4f72176a0ff3c10fa366a67a45a11cf538d1c4eb (diff) | |
| download | ktechlab-420fcb6c991b2c21d5919db2af202e7f444f9326.tar.gz ktechlab-420fcb6c991b2c21d5919db2af202e7f444f9326.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c5554a5f82ebc79fbda3940ee904e71490fb13d6)
Diffstat (limited to 'src/gui/microsettingsdlg.cpp')
| -rw-r--r-- | src/gui/microsettingsdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/microsettingsdlg.cpp b/src/gui/microsettingsdlg.cpp index 195aa3d..9195cfe 100644 --- a/src/gui/microsettingsdlg.cpp +++ b/src/gui/microsettingsdlg.cpp @@ -68,7 +68,7 @@ MicroSettingsDlg::MicroSettingsDlg( MicroSettings * microSettings, TQWidget *par TQGroupBox * groupBox = new TQGroupBox( *it, m_pWidget->portsGroupBox ); - groupBox->setColumnLayout(0, Qt::Vertical ); + groupBox->setColumnLayout(0, TQt::Vertical ); groupBox->layout()->setSpacing( 6 ); groupBox->layout()->setMargin( 11 ); TQGridLayout * groupBoxLayout = new TQGridLayout( groupBox->layout() ); |
