todo-factory.h
00001 #ifndef _KPILOT_TODO_FACTORY_H
00002 #define _KPILOT_TODO_FACTORY_H
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033 #include <klibloader.h>
00034 #include "vcal-factorybase.h"
00035
00036 class KInstance;
00037 class KAboutData;
00038
00039 class ToDoConduitFactory : public VCalConduitFactoryBase
00040 {
00041 Q_OBJECT
00042
00043 public:
00044 ToDoConduitFactory(QObject * = 0L,const char * = 0L);
00045 virtual ~ToDoConduitFactory();
00046
00047 protected:
00048 virtual QObject* createObject( QObject* parent = 0,
00049 const char* name = 0,
00050 const char* classname = "QObject",
00051 const QStringList &args = QStringList() );
00052 private:
00053 KInstance *fInstance;
00054 } ;
00055
00056 extern "C"
00057 {
00058
00059 void *init_libtodoconduit();
00060
00061 }
00062
00063 #endif
This file is part of the documentation for kpilot Library Version 3.2.2.