diff options
Diffstat (limited to 'knewsticker/knewsticker.cpp')
-rw-r--r-- | knewsticker/knewsticker.cpp | 2 |
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(); } |