summaryrefslogtreecommitdiffstats
path: root/src/kdiff3.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-29 16:27:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-31 22:18:23 +0900
commit79daa6a12bd88ee9b3283d43e6a3bcd955d39cd1 (patch)
treeb576c84d85d824994f7fdaf8c5412475a5c7c185 /src/kdiff3.h
parent835702ea8d041b2521be63dfe0faf75ece29c7f7 (diff)
downloadkdiff3-79daa6a1.tar.gz
kdiff3-79daa6a1.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2065ffa4d02f8a0a799cb7907879ba184949b52c)
Diffstat (limited to 'src/kdiff3.h')
-rw-r--r--src/kdiff3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdiff3.h b/src/kdiff3.h
index fedff6a..ac13114 100644
--- a/src/kdiff3.h
+++ b/src/kdiff3.h
@@ -72,7 +72,7 @@ public:
{
m_pbRightToLeftLanguage=pbRightToLeftLanguage;
m_realVal=0;
- connect( this, TQT_SIGNAL(valueChanged(int)), this, TQT_SLOT(slotValueChanged(int)));
+ connect( this, TQ_SIGNAL(valueChanged(int)), this, TQ_SLOT(slotValueChanged(int)));
}
void setAgain(){ setValue(m_realVal); }
public slots: