diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-09-21 17:37:36 -0500 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-09-21 17:37:36 -0500 |
| commit | 47ac4096211c3f8634bc5e17027523dfe955bcaf (patch) | |
| tree | 81124942ac2548fde3eb84c6f8f70bd6c66ceb0c /knewstuff/knewstuffbutton.h | |
| parent | 20e7ea1336a0c28c09b22623cb676d83a7fd168b (diff) | |
| download | tdelibs-47ac4096211c3f8634bc5e17027523dfe955bcaf.tar.gz tdelibs-47ac4096211c3f8634bc5e17027523dfe955bcaf.zip | |
Rework the KHNS system to properly download data from the new OCS network
This relates to Bug 2093
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 |
