summaryrefslogtreecommitdiffstats
path: root/knewsticker
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 11:10:19 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 11:10:19 -0600
commit84673b354321cc022a8d8ec46dba6aa1dd6f95ef (patch)
treee74655fb4b281fb2fd4d63da0f6a5690b7fe5754 /knewsticker
parent9a03aa40e3110a537b19f8a708d6782c69526f30 (diff)
downloadtdenetwork-84673b354321cc022a8d8ec46dba6aa1dd6f95ef.tar.gz
tdenetwork-84673b354321cc022a8d8ec46dba6aa1dd6f95ef.zip
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'knewsticker')
-rw-r--r--knewsticker/knewsticker.cpp2
1 files changed, 1 insertions, 1 deletions
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();
}