From 47ac4096211c3f8634bc5e17027523dfe955bcaf Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 21 Sep 2014 17:37:36 -0500 Subject: Rework the KHNS system to properly download data from the new OCS network This relates to Bug 2093 --- knewstuff/uploaddialog.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'knewstuff/uploaddialog.h') 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 ); -- cgit v1.2.1