summaryrefslogtreecommitdiffstats
path: root/src/processingdialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-02 10:57:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-02 21:15:36 +0900
commite385027b347358911f4e1d982f8a6ac3a5b98fca (patch)
tree67c8c40221013b1072005b0b3d275c95a4fec73d /src/processingdialog.cpp
parent9e149d4b106e90d95bf88baaa2707bbf11a6fb93 (diff)
downloadkcmldapcontroller-e385027b347358911f4e1d982f8a6ac3a5b98fca.tar.gz
kcmldapcontroller-e385027b347358911f4e1d982f8a6ac3a5b98fca.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bb971b32dbc6b350dbb2bee490af9da36a2e2685)
Diffstat (limited to 'src/processingdialog.cpp')
-rw-r--r--src/processingdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/processingdialog.cpp b/src/processingdialog.cpp
index 191d678..8280920 100644
--- a/src/processingdialog.cpp
+++ b/src/processingdialog.cpp
@@ -133,7 +133,7 @@ void ProcessingDialog::keepMeOnTop()
{
if (!m_keepOnTopTimer) {
m_keepOnTopTimer = new TQTimer();
- connect(m_keepOnTopTimer, TQT_SIGNAL(timeout()), this, TQT_SLOT(keepMeOnTop()));
+ connect(m_keepOnTopTimer, TQ_SIGNAL(timeout()), this, TQ_SLOT(keepMeOnTop()));
m_keepOnTopTimer->start(100, FALSE);
}
setActiveWindow();