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 --- doc/kommander/extending.docbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/kommander/extending.docbook') diff --git a/doc/kommander/extending.docbook b/doc/kommander/extending.docbook index 8425dd82..039d1b48 100644 --- a/doc/kommander/extending.docbook +++ b/doc/kommander/extending.docbook @@ -234,7 +234,7 @@ QString AboutDialog::handleDCOP(int function, const QStringList& args) { if (m_aboutData) { - KAboutApplication dialog(m_aboutData, this); + TDEAboutApplication dialog(m_aboutData, this); dialog.exec(); } break; -- cgit v1.2.1