From feaf6d62da1685a34fbc8c201f31da681f04e2a7 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/applications/tellico@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/gui/stringmapdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/stringmapdialog.cpp') diff --git a/src/gui/stringmapdialog.cpp b/src/gui/stringmapdialog.cpp index c542fe5..fbd6f6a 100644 --- a/src/gui/stringmapdialog.cpp +++ b/src/gui/stringmapdialog.cpp @@ -27,8 +27,8 @@ using Tellico::StringMapDialog; -StringMapDialog::StringMapDialog(const TQMap& map_, TQWidget* tqparent_, const char* name_/*=0*/, bool modal_/*=false*/) - : KDialogBase(tqparent_, name_, modal_, TQString(), Ok|Cancel) { +StringMapDialog::StringMapDialog(const TQMap& map_, TQWidget* parent_, const char* name_/*=0*/, bool modal_/*=false*/) + : KDialogBase(parent_, name_, modal_, TQString(), Ok|Cancel) { TQWidget* page = new TQWidget(this); TQVBoxLayout* l = new TQVBoxLayout(page, 0, KDialog::spacingHint()); -- cgit v1.2.3