From b56cff5bf226c7f40ce469077721ebf60d9d9e24 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 11:00:06 -0600 Subject: Rename KAbout to avoid conflicts with KDE4 --- src/tdesvn_part.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tdesvn_part.cpp') diff --git a/src/tdesvn_part.cpp b/src/tdesvn_part.cpp index ad6efca..5604999 100644 --- a/src/tdesvn_part.cpp +++ b/src/tdesvn_part.cpp @@ -320,7 +320,7 @@ void tdesvnPart::reportBug() */ void tdesvnPart::showAboutApplication() { - if (!m_aboutDlg) m_aboutDlg = new KAboutApplication(createAboutData(), (TQWidget *)0, (const char *)0, false); + if (!m_aboutDlg) m_aboutDlg = new TDEAboutApplication(createAboutData(), (TQWidget *)0, (const char *)0, false); if(m_aboutDlg == 0) return; if(!m_aboutDlg->isVisible()) -- cgit v1.2.1