From 21064b5e42bc3546675af753776f31971a5f5588 Mon Sep 17 00:00:00 2001 From: dmacvicar Date: Sun, 9 Dec 2007 22:39:37 +0000 Subject: [PATCH] fix signal git-svn-id: http://svn.opensuse.org/svn/yast/trunk/qt4@42884 e0cc52ee-31ee-0310-8b87-e83c4596d67c --- src/QY2ComboTabWidget.cc | 2 +- src/QY2ComboTabWidget.h | 2 +- src/pkg/YQPkgPatternList.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/QY2ComboTabWidget.cc b/src/QY2ComboTabWidget.cc index 1d023c8..5afdeb7 100644 --- a/src/QY2ComboTabWidget.cc +++ b/src/QY2ComboTabWidget.cc @@ -96,7 +96,7 @@ QY2ComboTabWidget::addPage( const QString & page_label, QWidget * new_page ) void -QY2ComboTabWidget::showPageIndex( int index ) +QY2ComboTabWidget::showPage( int index ) { QWidget * page = pages[ index ]; diff --git a/src/QY2ComboTabWidget.h b/src/QY2ComboTabWidget.h index d981ed8..030e9c1 100644 --- a/src/QY2ComboTabWidget.h +++ b/src/QY2ComboTabWidget.h @@ -87,7 +87,7 @@ protected slots: * Show a page identified by its index. Does NOT update the combo box * contents. **/ - void showPageIndex( int index ); + void showPage( int index ); protected: diff --git a/src/pkg/YQPkgPatternList.cc b/src/pkg/YQPkgPatternList.cc index 626a403..ee92ea4 100644 --- a/src/pkg/YQPkgPatternList.cc +++ b/src/pkg/YQPkgPatternList.cc @@ -71,7 +71,7 @@ YQPkgPatternList::YQPkgPatternList( QWidget * parent, bool autoFill, bool autoFi if ( autoFilter ) { - connect( this, SIGNAL( currentItemChanged( QTreeWidgetItem * ) ), + connect( this, SIGNAL( currentItemChanged( QTreeWidgetItem *, QTreeWidgetItem * ) ), this, SLOT ( filter() ) ); } -- 2.39.2