]> Git trees. - libqmvoc.git/commitdiff
Adapt to bnew kdelibs api
authorLaurent Montel <montel@kde.org>
Mon, 8 May 2006 11:11:11 +0000 (11:11 +0000)
committerLaurent Montel <montel@kde.org>
Mon, 8 May 2006 11:11:11 +0000 (11:11 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=538576

kdeeduui/kdeeduglossary.cpp

index c559562e7d60fdb48e991aa6c001432e7cffbc55..2b9637c23db0062cce0f3162c9d36beb728ac2c7 100644 (file)
@@ -239,7 +239,7 @@ GlossaryDialog::GlossaryDialog( bool folded, QWidget *parent )
  
        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 * )));