konsolekalendardelete.h
00001 #ifndef _KONSOLEKALENDARDELETE_H_
00002 #define _KONSOLEKALENDARDELETE_H_
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #include <qdatetime.h>
00023 #include <qstring.h>
00024
00025 #include "konsolekalendarvariables.h"
00026
00027 namespace KCal
00028 {
00029
00030 class KonsoleKalendarDelete
00031 {
00032 public:
00033 KonsoleKalendarDelete( KonsoleKalendarVariables *variables );
00034 ~KonsoleKalendarDelete();
00035
00040 bool deleteEvent();
00041
00042 private:
00043
00047 void printSpecs( Event *event );
00048
00053 KonsoleKalendarVariables *m_variables;
00054 };
00055
00056 }
00057 #endif
This file is part of the documentation for konsolekalendar Library Version 3.2.2.