From: Stephan Kulow Date: Thu, 31 Aug 2006 11:11:47 +0000 (+0000) Subject: renamed all openURL to openUrl to be on the safe side X-Git-Tag: v3.80.2~55 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=d336c5f4a5ecd0575429b99bc05dfe2153374d1f;p=libqmvoc.git renamed all openURL to openUrl to be on the safe side openURL is in just too many signals and slots and we don't get compile errors with moc ;( svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=579185 --- diff --git a/kdeeduui/kdeeduglossary.cpp b/kdeeduui/kdeeduglossary.cpp index c3455c3..4837c31 100644 --- a/kdeeduui/kdeeduglossary.cpp +++ b/kdeeduui/kdeeduglossary.cpp @@ -247,7 +247,7 @@ GlossaryDialog::GlossaryDialog( bool folded, QWidget *parent ) 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_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 * ))); connect( clear, SIGNAL(clicked()), m_search, SLOT(clear()));