From d86ed6c390d00cf5536c053d5f80fbcc1d41b773 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 11:13:01 -0600 Subject: Rename KAbout to avoid conflicts with KDE4 --- kommander/widgets/aboutdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kommander/widgets/aboutdialog.cpp') 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; -- cgit v1.2.1