summaryrefslogtreecommitdiffstats
path: root/kommander/widgets/aboutdialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 11:13:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 11:13:01 -0600
commitd86ed6c390d00cf5536c053d5f80fbcc1d41b773 (patch)
tree79fe50300cd20b60ca81d12306f22e6f69250f5a /kommander/widgets/aboutdialog.cpp
parent051ae88012e0fd0ed56b862da0efa957f1a72957 (diff)
downloadtdewebdev-d86ed6c390d00cf5536c053d5f80fbcc1d41b773.tar.gz
tdewebdev-d86ed6c390d00cf5536c053d5f80fbcc1d41b773.zip
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'kommander/widgets/aboutdialog.cpp')
-rw-r--r--kommander/widgets/aboutdialog.cpp4
1 files changed, 2 insertions, 2 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;