summaryrefslogtreecommitdiffstats
path: root/kwordquiz/src/kwqnewstuff.h
diff options
context:
space:
mode:
authorFrançois Andriot <francois.andriot@free.fr>2014-10-03 01:30:56 +0200
committerSlávek Banko <slavek.banko@axis.cz>2014-10-03 01:30:56 +0200
commit9a79f045fc413c4edcfe4635b9f0b44a9b35e153 (patch)
tree7a2572587c141cf95a89191651b3fb04c2e16b78 /kwordquiz/src/kwqnewstuff.h
parentfc067bc74a208ab6ceb451ac0d1c30b03eb9e1f6 (diff)
downloadtdeedu-9a79f045fc413c4edcfe4635b9f0b44a9b35e153.tar.gz
tdeedu-9a79f045fc413c4edcfe4635b9f0b44a9b35e153.zip
Update for recent TDENewStuff changes
Diffstat (limited to 'kwordquiz/src/kwqnewstuff.h')
-rw-r--r--kwordquiz/src/kwqnewstuff.h8
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