summaryrefslogtreecommitdiffstats
path: root/kommander/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/widgets')
-rw-r--r--kommander/widgets/aboutdialog.cpp4
-rw-r--r--kommander/widgets/aboutdialog.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/kommander/widgets/aboutdialog.cpp b/kommander/widgets/aboutdialog.cpp
index 66056c90..f345806e 100644
--- a/kommander/widgets/aboutdialog.cpp
+++ b/kommander/widgets/aboutdialog.cpp
@@ -228,7 +228,7 @@ void AboutDialog::execute()
{
if (m_aboutData)
{
- KAboutApplication dialog(m_aboutData, this);
+ TDEAboutApplication dialog(m_aboutData, this);
dialog.exec();
}
}
@@ -281,7 +281,7 @@ TQString AboutDialog::handleDCOP(int function, const TQStringList& args)
{
if (m_aboutData)
{
- KAboutApplication dialog(m_aboutData, this);
+ TDEAboutApplication dialog(m_aboutData, this);
dialog.exec();
}
break;
diff --git a/kommander/widgets/aboutdialog.h b/kommander/widgets/aboutdialog.h
index 079ef849..d22771ea 100644
--- a/kommander/widgets/aboutdialog.h
+++ b/kommander/widgets/aboutdialog.h
@@ -15,7 +15,7 @@
#include <tqlabel.h>
#include <kommanderwidget.h>
-class KAboutApplication;
+class TDEAboutApplication;
class TDEAboutData;
/**