From 84673b354321cc022a8d8ec46dba6aa1dd6f95ef Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 11:10:19 -0600 Subject: Rename KAbout to avoid conflicts with KDE4 --- knewsticker/knewsticker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'knewsticker') diff --git a/knewsticker/knewsticker.cpp b/knewsticker/knewsticker.cpp index 1c8854e9..a6ea7ce3 100644 --- a/knewsticker/knewsticker.cpp +++ b/knewsticker/knewsticker.cpp @@ -113,7 +113,7 @@ void KNewsTicker::preferences() void KNewsTicker::about() { - KAboutApplication aboutDlg(m_aboutData); + TDEAboutApplication aboutDlg(m_aboutData); aboutDlg.exec(); } -- cgit v1.2.1