knewstuffgeneric.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef KNEWSTUFFGENERIC_H
00022 #define KNEWSTUFFGENERIC_H
00023
00024 #include "knewstuff.h"
00025
00026 class KConfig;
00027
00028 class KNewStuffGeneric : public KNewStuff
00029 {
00030 public:
00031 KNewStuffGeneric( const QString &type, QWidget *parent = 0 );
00032 ~KNewStuffGeneric();
00033
00034 bool loadTypeDescription();
00035
00036 bool install( const QString &fileName );
00037
00038 bool createUploadFile( const QString &fileName );
00039
00040 QString downloadDestination( KNS::Entry *entry );
00041
00042 private:
00043 KConfig *mConfig;
00044 };
00045
00046 #endif
This file is part of the documentation for korganizer Library Version 3.2.2.