summaryrefslogtreecommitdiffstats
path: root/knewstuff/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'knewstuff/entry.h')
-rw-r--r--knewstuff/entry.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/knewstuff/entry.h b/knewstuff/entry.h
index 6e8a15bc7..e04822e39 100644
--- a/knewstuff/entry.h
+++ b/knewstuff/entry.h
@@ -1,6 +1,7 @@
/*
This file is part of KOrganizer.
Copyright (c) 2002 Cornelius Schumacher <schumacher@kde.org>
+ Copyright (c) 2014 Timothy Pearson <kb9vqf@pearsoncomputing.net>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
@@ -31,10 +32,10 @@
namespace KNS {
/**
- * @short KNewStuff data entry container.
+ * @short TDENewStuff data entry container.
*
* This class provides accessor methods to the data objects
- * as used by KNewStuff.
+ * as used by TDENewStuff.
* It should probably not be used directly by the application.
*
* @author Cornelius Schumacher (schumacher@kde.org)