Fix another kdeedu/Qt3 FTBFS

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1236951 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent 6fcedc9dbb
commit 03763f5a00

@ -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;

@ -86,7 +86,7 @@ signals:
protected slots:
void slotGradeSelected(int);
void slotTQCount(const TQString&);
void slotQCount(const TQString&);
void slotBCount(const TQString&);
void slotIncYear();

Loading…
Cancel
Save