summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabeldict/kbabeldictbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/kbabeldict/kbabeldictbox.cpp')
-rw-r--r--kbabel/kbabeldict/kbabeldictbox.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kbabel/kbabeldict/kbabeldictbox.cpp b/kbabel/kbabeldict/kbabeldictbox.cpp
index 9374e9d3..15d421b5 100644
--- a/kbabel/kbabeldict/kbabeldictbox.cpp
+++ b/kbabel/kbabeldict/kbabeldictbox.cpp
@@ -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)
{