|
|
|
@ -1223,12 +1223,12 @@ void KBabelDictBox::clearModuleResults()
|
|
|
|
|
|
|
|
|
|
void KBabelDictBox::about()
|
|
|
|
|
{
|
|
|
|
|
KAboutApplication *aboutDlg = new KAboutApplication(this);
|
|
|
|
|
TDEAboutApplication *aboutDlg = new TDEAboutApplication(this);
|
|
|
|
|
|
|
|
|
|
SearchEngine *e;
|
|
|
|
|
for(e = moduleList.first(); e != 0; e = moduleList.next())
|
|
|
|
|
{
|
|
|
|
|
KAboutContainer *page = aboutDlg->addScrolledContainerPage(e->name());
|
|
|
|
|
TDEAboutContainer *page = aboutDlg->addScrolledContainerPage(e->name());
|
|
|
|
|
|
|
|
|
|
const TDEAboutData *aboutData = e->about();
|
|
|
|
|
if(aboutData)
|
|
|
|
@ -1272,7 +1272,7 @@ void KBabelDictBox::about()
|
|
|
|
|
label = new TQLabel(text,0);
|
|
|
|
|
page->addWidget(label);
|
|
|
|
|
|
|
|
|
|
TQValueList<KAboutPerson>::ConstIterator it;
|
|
|
|
|
TQValueList<TDEAboutPerson>::ConstIterator it;
|
|
|
|
|
for(it = aboutData->authors().begin();
|
|
|
|
|
it != aboutData->authors().end(); ++it)
|
|
|
|
|
{
|
|
|
|
@ -1287,7 +1287,7 @@ void KBabelDictBox::about()
|
|
|
|
|
label = new TQLabel(text,0);
|
|
|
|
|
page->addWidget(label);
|
|
|
|
|
|
|
|
|
|
TQValueList<KAboutPerson>::ConstIterator it;
|
|
|
|
|
TQValueList<TDEAboutPerson>::ConstIterator it;
|
|
|
|
|
for(it = aboutData->credits().begin();
|
|
|
|
|
it != aboutData->credits().end(); ++it)
|
|
|
|
|
{
|
|
|
|
|