summaryrefslogtreecommitdiffstats
path: root/krecipes/src/widgets/fractioninput.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/widgets/fractioninput.cpp')
-rw-r--r--krecipes/src/widgets/fractioninput.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krecipes/src/widgets/fractioninput.cpp b/krecipes/src/widgets/fractioninput.cpp
index c6cd186..a643f7e 100644
--- a/krecipes/src/widgets/fractioninput.cpp
+++ b/krecipes/src/widgets/fractioninput.cpp
@@ -23,8 +23,8 @@ FractionInput::FractionInput( TQWidget *parent, MixedNumber::Format format ) : K
{
setAlignment( TQt::AlignRight );
- connect( this, SIGNAL(textChanged(const TQString&)), this, SLOT(slotStartValidateTimer()) );
- connect( m_validateTimer, SIGNAL(timeout()), this, SLOT(validate()) );
+ connect( this, TQ_SIGNAL(textChanged(const TQString&)), this, TQ_SLOT(slotStartValidateTimer()) );
+ connect( m_validateTimer, TQ_SIGNAL(timeout()), this, TQ_SLOT(validate()) );
}
FractionInput::~FractionInput()