summaryrefslogtreecommitdiffstats
path: root/knewsticker/knewstickerstub
diff options
context:
space:
mode:
Diffstat (limited to 'knewsticker/knewstickerstub')
-rw-r--r--knewsticker/knewstickerstub/knewstickerstub.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/knewsticker/knewstickerstub/knewstickerstub.cpp b/knewsticker/knewstickerstub/knewstickerstub.cpp
index 8263c202..a50e8244 100644
--- a/knewsticker/knewstickerstub/knewstickerstub.cpp
+++ b/knewsticker/knewstickerstub/knewstickerstub.cpp
@@ -36,8 +36,8 @@ int main(int argc, char **argv)
{
KLocale::setMainCatalogue("knewsticker");
- KAboutData aboutData(name, verbname, version, description,
- KAboutData::License_BSD, copyright);
+ TDEAboutData aboutData(name, verbname, version, description,
+ TDEAboutData::License_BSD, copyright);
aboutData.addAuthor("Frerich Raabe", I18N_NOOP("Author"), "raabe@kde.org");
TDECmdLineArgs::init(argc, argv, &aboutData);