summaryrefslogtreecommitdiffstats
path: root/kdict/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdict/options.cpp')
-rw-r--r--kdict/options.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdict/options.cpp b/kdict/options.cpp
index f3bf58bb..ab60e86c 100644
--- a/kdict/options.cpp
+++ b/kdict/options.cpp
@@ -641,11 +641,11 @@ OptionsDialog::OptionsDialog(TQWidget *tqparent, const char *name)
f_List->insertItem(new FontListItem(global->fontName(i), global->font(i)));
//************ Layout ***************************
- tqlayoutTab = addPage(i18n("Layout"),i18n("Customize Output Format"), BarIcon("text_left", KIcon::SizeMedium ));
+ layoutTab = addPage(i18n("Layout"),i18n("Customize Output Format"), BarIcon("text_left", KIcon::SizeMedium ));
- TQVBoxLayout *vbox = new TQVBoxLayout(tqlayoutTab, 0, spacingHint());
+ TQVBoxLayout *vbox = new TQVBoxLayout(layoutTab, 0, spacingHint());
- TQButtonGroup *bGroup = new TQButtonGroup(i18n("Headings"),tqlayoutTab);
+ TQButtonGroup *bGroup = new TQButtonGroup(i18n("Headings"),layoutTab);
TQVBoxLayout *bvbox = new TQVBoxLayout(bGroup,8,5);
bvbox->addSpacing(fontMetrics().lineSpacing()-4);