From d336c5f4a5ecd0575429b99bc05dfe2153374d1f Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 31 Aug 2006 11:11:47 +0000 Subject: [PATCH] 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 --- kdeeduui/kdeeduglossary.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())); -- 2.47.3