diff options
Diffstat (limited to 'kwordquiz/src/kwqnewstuff.h')
-rw-r--r-- | kwordquiz/src/kwqnewstuff.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kwordquiz/src/kwqnewstuff.h b/kwordquiz/src/kwqnewstuff.h index 7bf9074f..a740459f 100644 --- a/kwordquiz/src/kwqnewstuff.h +++ b/kwordquiz/src/kwqnewstuff.h @@ -1,5 +1,5 @@ /*************************************************************************** - Implementation of KNewStuff + Implementation of TDENewStuff ------------------- begin : Thu Jun 02 13:12:30 PDT 2002 copyright : (C) 2005 by Peter Hedlund @@ -18,14 +18,14 @@ #ifndef KWTQNEWSTUFF_H #define KWTQNEWSTUFF_H -#include <knewstuff/knewstuff.h> +#include <tdenewstuff/knewstuff.h> class KWordQuizApp; /** @author Peter Hedlund */ -class KWQNewStuff : public TQObject, public KNewStuff +class KWQNewStuff : public TQObject, public TDENewStuff { Q_OBJECT @@ -42,7 +42,7 @@ public: /** Creates a file suitable for upload. - Note that this method always fails, since using KNewStuffGeneric + Note that this method always fails, since using TDENewStuffGeneric means that the provided file must already be in a usable format. @param fileName the name of the file to upload after its creation |