OSDN Git Service

fix signal
authorikemo <ikemo@56b19765-1e22-0410-a548-a0f45d66c51a>
Sat, 3 Jan 2004 12:08:04 +0000 (12:08 +0000)
committerikemo <ikemo@56b19765-1e22-0410-a548-a0f45d66c51a>
Sat, 3 Jan 2004 12:08:04 +0000 (12:08 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/kita/kita/trunk@778 56b19765-1e22-0410-a548-a0f45d66c51a

kita/src/kitasubjecttabwidget.cpp

index c30952c..74fcab6 100644 (file)
@@ -78,8 +78,8 @@ void KitaSubjectTabWidget::connectSignals( KitaSubjectView* view )
              this, SIGNAL( signalShowThread( const Kita::Thread* ) ) );
     connect( view, SIGNAL( signalShowThreadWithNewTab( const Kita::Thread* ) ),
              this, SIGNAL( signalShowThreadWithNewTab( const Kita::Thread* ) ) );
-    connect( view, SIGNAL( loadBoardCompleted( const KURL* ) ),
-             this, SIGNAL( loadBoardCompleted( const KURL* ) ) );
+    connect( view, SIGNAL( loadBoardCompleted( const KURL& ) ),
+             this, SIGNAL( loadBoardCompleted( const KURL& ) ) );
 }
 
 void KitaSubjectTabWidget::slotCurrentChanged( QWidget* widget )