From d0be1721b4656109c9e21cc0ecb6f23b343b7c26 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdict/options.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kdict/options.cpp') 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); -- cgit v1.2.1