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/uploaddialog.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/uploaddialog.h')
-rw-r--r-- | knewstuff/uploaddialog.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/knewstuff/uploaddialog.h b/knewstuff/uploaddialog.h index 3847cb14b..3fc068e3a 100644 --- a/knewstuff/uploaddialog.h +++ b/knewstuff/uploaddialog.h @@ -34,11 +34,11 @@ class Engine; class Entry; /** - * @short KNewStuff file upload dialog. + * @short TDENewStuff file upload dialog. * * Using this dialog, data can easily be uploaded to the Hotstuff servers. - * It should however not be used on its own, instead a KNewStuff (or - * KNewStuffGeneric) object invokes it. + * It should however not be used on its own, instead a TDENewStuff (or + * TDENewStuffGeneric) object invokes it. * * @author Cornelius Schumacher (schumacher@kde.org) * \par Maintainer: @@ -51,7 +51,7 @@ class UploadDialog : public KDialogBase /** Constructor. - @param engine a KNewStuff engine object to be used for uploads + @param engine a TDENewStuff engine object to be used for uploads @param parent the parent window */ UploadDialog( Engine *engine, TQWidget *parent ); |