From 1b93777b6479886165554b763531d7bea5fe6c1f Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmouth/phraselist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmouth/phraselist.cpp') diff --git a/kmouth/phraselist.cpp b/kmouth/phraselist.cpp index 11d8b31..3cbd9d4 100644 --- a/kmouth/phraselist.cpp +++ b/kmouth/phraselist.cpp @@ -45,7 +45,7 @@ #include "phrasebook/phrasebook.h" #include "wordcompletion/wordcompletion.h" -PhraseList::PhraseList(TQWidget *tqparent, const char *name) : TQWidget(tqparent,name) { +PhraseList::PhraseList(TQWidget *parent, const char *name) : TQWidget(parent,name) { isInSlot = false; setBackgroundMode(PaletteBase); TQVBoxLayout *tqlayout = new TQVBoxLayout (this); -- cgit v1.2.1