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-09 10:51:34 +0900 |
| commit | 5a0966ca1f9829702643b8e991be29636aed8d5a (patch) | |
| tree | 92d84a30c3aca1034b25629a25c9071da1fd7d71 /src/kchmsearchengine.cpp | |
| parent | d2f01bb5cdfc087c691837782a4f8daaacc70f42 (diff) | |
| download | kchmviewer-5a0966ca.tar.gz kchmviewer-5a0966ca.zip | |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 13a90d07994f44f6eedc8d43b8d745341eb31497)
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 ); |
