svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=538576
m_search->setListView( m_glosstree );
- m_htmlpart = new KHTMLPart( vs, "html-part" );
+ m_htmlpart = new KHTMLPart( vs );
connect( m_htmlpart->browserExtension(), SIGNAL( openURLRequestDelayed( const KUrl &, const KParts::URLArgs & ) ), this, SLOT( displayItem( const KUrl &, const KParts::URLArgs & ) ) );
connect( m_glosstree, SIGNAL(clicked( Q3ListViewItem * )), this, SLOT(slotClicked( Q3ListViewItem * )));