diff options
Diffstat (limited to 'knewstuff/knewstuffbutton.h')
-rw-r--r-- | knewstuff/knewstuffbutton.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/knewstuff/knewstuffbutton.h b/knewstuff/knewstuffbutton.h index bebd08297..e4a98ae3a 100644 --- a/knewstuff/knewstuffbutton.h +++ b/knewstuff/knewstuffbutton.h @@ -28,9 +28,9 @@ namespace KNS class DownloadDialog; /** - * KHotNewStuff push button that makes using KHNS in an application + * TDEHotNewStuff push button that makes using KHNS in an application * more convenient by encapsulating most of the details involved in - * using KHotNewStuff in the button itself. + * using TDEHotNewStuff in the button itself. * * @since 3.4 */ @@ -40,7 +40,7 @@ class Button : public KPushButton public: /** - * Constructor used when the details of the KHotNewStuff + * Constructor used when the details of the TDEHotNewStuff * download is known when the button is created. * * @param what text describing what is being downloaded. will be @@ -59,7 +59,7 @@ class Button : public KPushButton TQWidget* parent, const char* name); /** - * Constructor used when the details of the KHotNewStuff + * Constructor used when the details of the TDEHotNewStuff * download is not known in advance of the button being created. * * @param parent the parent widget |