summaryrefslogtreecommitdiffstats
path: root/parts/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'parts/documentation')
-rw-r--r--parts/documentation/indexview.cpp2
1 files changed, 1 insertions, 1 deletions
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);