diff options
Diffstat (limited to 'src/kchmsearchengine.cpp')
-rw-r--r-- | src/kchmsearchengine.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kchmsearchengine.cpp b/src/kchmsearchengine.cpp index e9e2a35..7ef266f 100644 --- a/src/kchmsearchengine.cpp +++ b/src/kchmsearchengine.cpp @@ -74,9 +74,9 @@ bool KCHMSearchEngine::loadOrGenerateIndex( ) m_Index->setDocListFile( indexfiledoc ); m_progressDlg = new TQProgressDialog( 0 ); - connect( m_progressDlg, TQT_SIGNAL( canceled() ), this, TQT_SLOT( cancelButtonPressed() ) ); + connect( m_progressDlg, TQ_SIGNAL( canceled() ), this, TQ_SLOT( cancelButtonPressed() ) ); - connect( m_Index, TQT_SIGNAL( indexingProgress( int ) ), this, TQT_SLOT( setIndexingProgress( int ) ) ); + connect( m_Index, TQ_SIGNAL( indexingProgress( int ) ), this, TQ_SLOT( setIndexingProgress( int ) ) ); KCHMShowWaitCursor waitcursor; TQFile f( indexfiledict ); |