diff options
Diffstat (limited to 'src/kile/configstructure.cpp')
| -rw-r--r-- | src/kile/configstructure.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kile/configstructure.cpp b/src/kile/configstructure.cpp index 5c9d7eb..7bf92e2 100644 --- a/src/kile/configstructure.cpp +++ b/src/kile/configstructure.cpp @@ -151,12 +151,12 @@ ConfigStructure::ConfigStructure(TQWidget *parent, const char *name ) m_sectioningtable->horizontalHeader()->setLabel(2,SmallIcon("structure"),"Structure Node"); // default structure level - TQGroupBox *structGroup = new TQGroupBox(2, Qt::Horizontal, i18n("Structure View"), widget2); + TQGroupBox *structGroup = new TQGroupBox(2, TQt::Horizontal, i18n("Structure View"), widget2); TQLabel *label9 = new TQLabel(i18n("Default expansion &level: "),structGroup); m_structurelevel = new TQSpinBox(1,5, 1, structGroup); label9->setBuddy(m_structurelevel); - TQGroupBox *classGroup = new TQGroupBox(1,Qt::Horizontal,i18n("Document Classes"), widget2); + TQGroupBox *classGroup = new TQGroupBox(1,TQt::Horizontal,i18n("Document Classes"), widget2); TQWidget *widget4 = new TQWidget(classGroup); TQHBoxLayout *hbox4 = new TQHBoxLayout(widget4, 5,KDialog::spacingHint() ); TQLabel *label10 = new TQLabel("Manage classes:",widget4); |
