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 --- tdefilereplace/tdefilereplacepart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdefilereplace/tdefilereplacepart.cpp') diff --git a/tdefilereplace/tdefilereplacepart.cpp b/tdefilereplace/tdefilereplacepart.cpp index 36f41cb8..f0ef5666 100644 --- a/tdefilereplace/tdefilereplacepart.cpp +++ b/tdefilereplace/tdefilereplacepart.cpp @@ -431,7 +431,7 @@ void KFileReplacePart::slotOptionPreferences() void KFileReplacePart::showAboutApplication() { - m_aboutDlg = new KAboutApplication(createAboutData(), (TQWidget *)0, (const char *)0, false); + m_aboutDlg = new TDEAboutApplication(createAboutData(), (TQWidget *)0, (const char *)0, false); if(m_aboutDlg == 0) return; -- cgit v1.2.1