diff options
Diffstat (limited to 'kplato/kptdatetable.cpp')
| -rw-r--r-- | kplato/kptdatetable.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kplato/kptdatetable.cpp b/kplato/kptdatetable.cpp index 5c10eb0ba..c7e61ed93 100644 --- a/kplato/kptdatetable.cpp +++ b/kplato/kptdatetable.cpp @@ -726,7 +726,7 @@ DateInternalWeekSelector::DateInternalWeekSelector setFrameStyle(TQFrame::NoFrame); val->setRange(1, 53); setValidator(val); - connect(this, TQT_SIGNAL(returnPressed()), TQT_SLOT(weekEnteredSlot())); + connect(this, TQ_SIGNAL(returnPressed()), TQ_SLOT(weekEnteredSlot())); } void @@ -939,7 +939,7 @@ DateInternalYearSelector::DateInternalYearSelector // we have to respect the limits of TQDate here, I fear: val->setRange(0, 8000); setValidator(val); - connect(this, TQT_SIGNAL(returnPressed()), TQT_SLOT(yearEnteredSlot())); + connect(this, TQ_SIGNAL(returnPressed()), TQ_SLOT(yearEnteredSlot())); } void |
