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-29 16:27:29 +0900
commit2065ffa4d02f8a0a799cb7907879ba184949b52c (patch)
tree4fd65ff91aba795276930a1ef3a771d755e58567 /src/kdiff3.h
parent1efbeb497b0498457a48efe0a4c0ea28a809effb (diff)
downloadkdiff3-2065ffa4d02f8a0a799cb7907879ba184949b52c.tar.gz
kdiff3-2065ffa4d02f8a0a799cb7907879ba184949b52c.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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: