summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2005-03-22 17:37:24 (UTC)
committer zautrix <zautrix>2005-03-22 17:37:24 (UTC)
commit993a321c405e06e1c3b0fcf86a5564dfecaedc14 (patch) (unidiff)
tree610ced8805595018b5ffd1fc01e53e242d27fc43
parentab8db23d665b276caa28471bb4db37e6b0de44ef (diff)
downloadkdepimpi-993a321c405e06e1c3b0fcf86a5564dfecaedc14.zip
kdepimpi-993a321c405e06e1c3b0fcf86a5564dfecaedc14.tar.gz
kdepimpi-993a321c405e06e1c3b0fcf86a5564dfecaedc14.tar.bz2
test
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--korganizer/datenavigatorcontainer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/korganizer/datenavigatorcontainer.h b/korganizer/datenavigatorcontainer.h
index df8efae..9a64720 100644
--- a/korganizer/datenavigatorcontainer.h
+++ b/korganizer/datenavigatorcontainer.h
@@ -19,24 +19,25 @@
19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20 20
21 As a special exception, permission is given to link this program 21 As a special exception, permission is given to link this program
22 with any edition of Qt, and distribute the resulting executable, 22 with any edition of Qt, and distribute the resulting executable,
23 without including the source code for Qt in the source distribution. 23 without including the source code for Qt in the source distribution.
24*/ 24*/
25#ifndef DATENAVIGATORCONTAINER_H 25#ifndef DATENAVIGATORCONTAINER_H
26#define DATENAVIGATORCONTAINER_H 26#define DATENAVIGATORCONTAINER_H
27 27
28class KDateNavigator; 28class KDateNavigator;
29 29
30#include <qwidget.h> 30#include <qwidget.h>
31#include <qtimer.h>
31#include <libkcal/calendar.h> 32#include <libkcal/calendar.h>
32using namespace KCal; 33using namespace KCal;
33 34
34class DateNavigatorContainer: public QWidget 35class DateNavigatorContainer: public QWidget
35{ 36{
36 Q_OBJECT 37 Q_OBJECT
37 public: 38 public:
38 DateNavigatorContainer( QWidget *parent = 0, const char *name = 0 ); 39 DateNavigatorContainer( QWidget *parent = 0, const char *name = 0 );
39 ~DateNavigatorContainer(); 40 ~DateNavigatorContainer();
40 41
41 /** 42 /**
42 Associate date navigator with a calendar. It is used by KODayMatrix. 43 Associate date navigator with a calendar. It is used by KODayMatrix.