diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 11:55:18 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 20:59:31 +0900 |
| commit | 034ed63e8dcd4071ff2857fb066f90b60313216f (patch) | |
| tree | d8f02d03c1f9c77442c59c55ea75f5cb6539dec4 /src/configdialog.cpp | |
| parent | 59252e910c0a40943329918aeead9293d5ee82e0 (diff) | |
| download | tellico-034ed63e8dcd4071ff2857fb066f90b60313216f.tar.gz tellico-034ed63e8dcd4071ff2857fb066f90b60313216f.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f57d24985e5b3c8b8c070388aedf6fa915b1c316)
Diffstat (limited to 'src/configdialog.cpp')
| -rw-r--r-- | src/configdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configdialog.cpp b/src/configdialog.cpp index adcb527..504886d 100644 --- a/src/configdialog.cpp +++ b/src/configdialog.cpp @@ -395,7 +395,7 @@ void ConfigDialog::setupTemplatePage() { // l1->setTextFormat(TQt::RichText); // l->addWidget(l1); - TQGroupBox* fontGroup = new TQGroupBox(0, Qt::Vertical, i18n("Font Options"), frame); + TQGroupBox* fontGroup = new TQGroupBox(0, TQt::Vertical, i18n("Font Options"), frame); l->addWidget(fontGroup); row = -1; @@ -422,7 +422,7 @@ void ConfigDialog::setupTemplatePage() { TQWhatsThis::add(lab, whats); TQWhatsThis::add(m_fontSizeInput, whats); - TQGroupBox* colGroup = new TQGroupBox(0, Qt::Vertical, i18n("Color Options"), frame); + TQGroupBox* colGroup = new TQGroupBox(0, TQt::Vertical, i18n("Color Options"), frame); l->addWidget(colGroup); row = -1; |
