summaryrefslogtreecommitdiffstats
path: root/src/scanprogressdlg.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-28 16:37:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-28 16:37:45 +0900
commit11f3716a1c82b43f92dc32083101558f3ec47f27 (patch)
tree0e0a6f82ea12db7ed50ba5e068128186493d44e1 /src/scanprogressdlg.cpp
parentd399e3a2c6c365c540fe67bc648bacefe4cca707 (diff)
downloadkscope-11f3716a1c82b43f92dc32083101558f3ec47f27.tar.gz
kscope-11f3716a1c82b43f92dc32083101558f3ec47f27.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/scanprogressdlg.cpp')
-rw-r--r--src/scanprogressdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scanprogressdlg.cpp b/src/scanprogressdlg.cpp
index 28708fa..d1cef0c 100644
--- a/src/scanprogressdlg.cpp
+++ b/src/scanprogressdlg.cpp
@@ -43,7 +43,7 @@ ScanProgressDlg::ScanProgressDlg(TQWidget* pParent, const char* szName) :
show();
// Emit the cancelled() signal when the "Cancel" button is clicked
- connect(m_pCancelButton, SIGNAL(clicked()), this, SIGNAL(cancelled()));
+ connect(m_pCancelButton, TQ_SIGNAL(clicked()), this, TQ_SIGNAL(cancelled()));
}
/**