summaryrefslogtreecommitdiffstats
path: root/src/processingdialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-01-02 10:57:32 +0900
committerMichele Calgaro <[email protected]>2024-01-02 10:57:32 +0900
commitbb971b32dbc6b350dbb2bee490af9da36a2e2685 (patch)
tree67c8c40221013b1072005b0b3d275c95a4fec73d /src/processingdialog.cpp
parent36f10e326bf0b81f999c5ae730453f526e902baa (diff)
downloadkcmldapcontroller-bb971b32dbc6b350dbb2bee490af9da36a2e2685.tar.gz
kcmldapcontroller-bb971b32dbc6b350dbb2bee490af9da36a2e2685.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <[email protected]>
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();