|
|
|
@ -76,7 +76,7 @@ FromToEntryPage::FromToEntryPage
|
|
|
|
|
monthnames.append (i18n("December"));
|
|
|
|
|
|
|
|
|
|
connect( bcount_line, TQT_SIGNAL(textChanged(const TQString&)), TQT_SLOT(slotBCount(const TQString&)) );
|
|
|
|
|
connect( qcount_line, TQT_SIGNAL(textChanged(const TQString&)), TQT_SLOT(slotTQCount(const TQString&)) );
|
|
|
|
|
connect( qcount_line, TQT_SIGNAL(textChanged(const TQString&)), TQT_SLOT(slotQCount(const TQString&)) );
|
|
|
|
|
connect( fauxami_line, TQT_SIGNAL(textChanged(const TQString&)), TQT_SLOT(slotFauxAmiSelected(const TQString&)) );
|
|
|
|
|
|
|
|
|
|
connect( never, TQT_SIGNAL(clicked()), TQT_SLOT(slotNever()) );
|
|
|
|
@ -200,7 +200,7 @@ void FromToEntryPage::slotGradeSelected (int g)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void FromToEntryPage::slotTQCount(const TQString& s)
|
|
|
|
|
void FromToEntryPage::slotQCount(const TQString& s)
|
|
|
|
|
{
|
|
|
|
|
setModified(true);
|
|
|
|
|
qcount_dirty = true;
|
|
|
|
|