summaryrefslogtreecommitdiffstats
path: root/knewstuff/testnewstuff.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-21 17:37:36 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-21 17:37:36 -0500
commit47ac4096211c3f8634bc5e17027523dfe955bcaf (patch)
tree81124942ac2548fde3eb84c6f8f70bd6c66ceb0c /knewstuff/testnewstuff.h
parent20e7ea1336a0c28c09b22623cb676d83a7fd168b (diff)
downloadtdelibs-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/testnewstuff.h')
-rw-r--r--knewstuff/testnewstuff.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/knewstuff/testnewstuff.h b/knewstuff/testnewstuff.h
index a7bc5710f..acd9aece4 100644
--- a/knewstuff/testnewstuff.h
+++ b/knewstuff/testnewstuff.h
@@ -30,10 +30,10 @@
#include "knewstuff.h"
-class TestNewStuff : public KNewStuff
+class TestNewStuff : public TDENewStuff
{
public:
- TestNewStuff() : KNewStuff( "korganizer/calendar" ) {}
+ TestNewStuff() : TDENewStuff( "korganizer/calendar" ) {}
bool install( const TQString &fileName );
@@ -52,7 +52,7 @@ class MyWidget : public TQWidget
void download();
private:
- KNewStuff *mNewStuff;
+ TDENewStuff *mNewStuff;
};
#endif