]> Git trees. - libqmvoc.git/commitdiff
renamed all openURL to openUrl to be on the safe side
authorStephan Kulow <coolo@kde.org>
Thu, 31 Aug 2006 11:11:47 +0000 (11:11 +0000)
committerStephan Kulow <coolo@kde.org>
Thu, 31 Aug 2006 11:11:47 +0000 (11:11 +0000)
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

index c3455c33fb7e4d4733193bd3db4012c0b32ea774..4837c31ffeea2b279414d23b9df1e3792e340ab3 100644 (file)
@@ -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()));