summaryrefslogtreecommitdiffstats
path: root/src/kdiff3.h
diff options
context:
space:
mode:
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: