You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/opensuse/core/tdebase/khelpcenter-delayed-indexch...

24 lines
796 B

Index: khelpcenter/navigator.cpp
===================================================================
--- khelpcenter/navigator.cpp.orig
+++ khelpcenter/navigator.cpp
@@ -121,8 +121,6 @@ Navigator::Navigator( View *view, QWidge
mTabWidget = new QTabWidget( this );
topLayout->addWidget( mTabWidget );
- connect( mTabWidget, SIGNAL( currentChanged( QWidget * ) ),
- SLOT( slotTabChanged( QWidget * ) ) );
setupContentsTab();
setupGlossaryTab();
@@ -136,6 +134,9 @@ Navigator::Navigator( View *view, QWidge
mSearchWidget->updateScopeList();
mSearchWidget->readConfig( KGlobal::config() );
}
+
+ connect( mTabWidget, SIGNAL( currentChanged( QWidget * ) ),
+ SLOT( slotTabChanged( QWidget * ) ) );
}
Navigator::~Navigator()