summaryrefslogtreecommitdiffstats
path: root/src/translators/htmlexporter.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-05 11:55:18 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-05 20:59:31 +0900
commit034ed63e8dcd4071ff2857fb066f90b60313216f (patch)
treed8f02d03c1f9c77442c59c55ea75f5cb6539dec4 /src/translators/htmlexporter.cpp
parent59252e910c0a40943329918aeead9293d5ee82e0 (diff)
downloadtellico-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/translators/htmlexporter.cpp')
-rw-r--r--src/translators/htmlexporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translators/htmlexporter.cpp b/src/translators/htmlexporter.cpp
index 06dd757..c6aee74 100644
--- a/src/translators/htmlexporter.cpp
+++ b/src/translators/htmlexporter.cpp
@@ -466,7 +466,7 @@ TQWidget* HTMLExporter::widget(TQWidget* parent_, const char* name_/*=0*/) {
m_widget = new TQWidget(parent_, name_);
TQVBoxLayout* l = new TQVBoxLayout(m_widget);
- TQGroupBox* box = new TQGroupBox(1, Qt::Horizontal, i18n("HTML Options"), m_widget);
+ TQGroupBox* box = new TQGroupBox(1, TQt::Horizontal, i18n("HTML Options"), m_widget);
l->addWidget(box);
m_checkPrintHeaders = new TQCheckBox(i18n("Print field headers"), box);