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 | |
parent | 051ae88012e0fd0ed56b862da0efa957f1a72957 (diff) | |
download | tdewebdev-d86ed6c390d00cf5536c053d5f80fbcc1d41b773.tar.gz tdewebdev-d86ed6c390d00cf5536c053d5f80fbcc1d41b773.zip |
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'kommander/widgets')
-rw-r--r-- | kommander/widgets/aboutdialog.cpp | 4 | ||||
-rw-r--r-- | kommander/widgets/aboutdialog.h | 2 |
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; /** |