diff options
Diffstat (limited to 'src/kile/configstructure.cpp')
| -rw-r--r-- | src/kile/configstructure.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kile/configstructure.cpp b/src/kile/configstructure.cpp index 39efcf4..d994e42 100644 --- a/src/kile/configstructure.cpp +++ b/src/kile/configstructure.cpp @@ -167,11 +167,11 @@ ConfigStructure::ConfigStructure(TQWidget *parent, const char *name ) hbox4->addWidget(add); hbox4->addWidget(remove); - // add widgets to the left vertical tqlayout + // add widgets to the left vertical layout vbox1->addWidget(m_entriestable); vbox1->addStretch(); - // add widgets to the right vertical tqlayout + // add widgets to the right vertical layout vbox2->addWidget(widget3); vbox2->addSpacing(10); vbox2->addWidget(m_sectioningtable); @@ -180,7 +180,7 @@ ConfigStructure::ConfigStructure(TQWidget *parent, const char *name ) vbox2->addWidget(classGroup); vbox2->addStretch(); - // add both groupboxes to horizontal tqlayout + // add both groupboxes to horizontal layout hbox->addWidget(gb_entries); hbox->addWidget(gb_sectioning); hbox->setStretchFactor(gb_entries,3); |
