diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 11:13:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 11:13:01 -0600 |
commit | d86ed6c390d00cf5536c053d5f80fbcc1d41b773 (patch) | |
tree | 79fe50300cd20b60ca81d12306f22e6f69250f5a /kommander/widgets/aboutdialog.cpp | |
parent | 051ae88012e0fd0ed56b862da0efa957f1a72957 (diff) | |
download | tdewebdev-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.cpp | 4 |
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; |