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/viewstack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/viewstack.cpp') diff --git a/src/viewstack.cpp b/src/viewstack.cpp index 529c262..5af9e23 100644 --- a/src/viewstack.cpp +++ b/src/viewstack.cpp @@ -24,7 +24,7 @@ using Tellico::ViewStack; -ViewStack::ViewStack(TQWidget* tqparent_, const char* name_/*=0*/) : TQWidgetStack(tqparent_, name_), +ViewStack::ViewStack(TQWidget* parent_, const char* name_/*=0*/) : TQWidgetStack(parent_, name_), m_entryView(new EntryView(this)), m_iconView(new EntryIconView(this)) { TQWhatsThis::add(m_entryView->view(), i18n("The Entry View shows a formatted view of the entry's " "contents.")); -- cgit v1.2.3