diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-07 19:46:37 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-07 19:46:37 +0900 |
| commit | 13a90d07994f44f6eedc8d43b8d745341eb31497 (patch) | |
| tree | b0c2269b13b181ce971a080a7086480ac169bf0b /src/kchmsearchengine.cpp | |
| parent | 50e174961141962046c59391fd648ed004cb3a08 (diff) | |
| download | kchmviewer-13a90d07994f44f6eedc8d43b8d745341eb31497.tar.gz kchmviewer-13a90d07994f44f6eedc8d43b8d745341eb31497.zip | |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 ); |
