From 7156f775cc8acf4400a660cfb0be4e5aa10428f7 Mon Sep 17 00:00:00 2001 From: mlaurent Date: Sat, 3 Dec 2005 11:07:20 +0000 Subject: [PATCH] Fix error git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/KDE/kdeaccessibility@485196 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmouth/phraselist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmouth/phraselist.cpp b/kmouth/phraselist.cpp index 07f88109..42c4a6c9 100644 --- a/kmouth/phraselist.cpp +++ b/kmouth/phraselist.cpp @@ -66,7 +66,7 @@ PhraseList::PhraseList(QWidget *parent, const char *name) : QWidget(parent,name) completion = new WordCompletion(); - dictionaryCombo = new KComboBox (this, "Dictionary Combo"); + dictionaryCombo = new KComboBox (this); configureCompletionCombo(completion->wordLists()); rowLayout->addWidget(dictionaryCombo); -- 2.11.4.GIT