From 5319482782c7cbf2b78f9773d2598541f8a08a94 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 16 Aug 2014 19:18:42 +0900 Subject: Fixed several warning messages that were printed when launching KDevAssistant. This resolves bug 1971. --- parts/documentation/indexview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parts/documentation') diff --git a/parts/documentation/indexview.cpp b/parts/documentation/indexview.cpp index cae33db5..3e0a3921 100644 --- a/parts/documentation/indexview.cpp +++ b/parts/documentation/indexview.cpp @@ -43,7 +43,7 @@ IndexView::IndexView(DocumentationWidget *parent, const char *name) { TQVBoxLayout *l = new TQVBoxLayout(this, 0, 0); - TQHBoxLayout *hl = new TQHBoxLayout(this, 0, 0); + TQHBoxLayout *hl = new TQHBoxLayout(0); m_edit = new KLineEdit(this); hl->addWidget(new TQLabel(m_edit, i18n("&Look for:"), this)); hl->addWidget(m_edit); -- cgit v1.2.3