konsolekalendarchange.h
00001 #ifndef _KONSOLEKALENDARCHANGE_H_
00002 #define _KONSOLEKALENDARCHANGE_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 KonsoleKalendarChange
00031 {
00032 public:
00033 KonsoleKalendarChange( KonsoleKalendarVariables *variables );
00034 ~KonsoleKalendarChange();
00035
00040 bool changeEvent();
00041
00042 private:
00043
00047 void printSpecs( Event *event );
00048 void printSpecs( );
00049
00054 KonsoleKalendarVariables *m_variables;
00055 };
00056
00057 }
00058 #endif
This file is part of the documentation for konsolekalendar Library Version 3.2.2.