summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/datebook/datebookplugin.h
Unidiff
Diffstat (limited to 'core/pim/today/plugins/datebook/datebookplugin.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/datebook/datebookplugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/pim/today/plugins/datebook/datebookplugin.h b/core/pim/today/plugins/datebook/datebookplugin.h
index f2c4446..61dc9f3 100644
--- a/core/pim/today/plugins/datebook/datebookplugin.h
+++ b/core/pim/today/plugins/datebook/datebookplugin.h
@@ -1,47 +1,46 @@
1/* 1/*
2 * datebookplugin.h 2 * datebookplugin.h
3 * 3 *
4 * copyright : (c) 2002 by Maximilian Reiß 4 * copyright : (c) 2002 by Maximilian Reiß
5 * email : harlekin@handhelds.org 5 * email : harlekin@handhelds.org
6 * 6 *
7 */ 7 */
8/*************************************************************************** 8/***************************************************************************
9 * * 9 * *
10 * This program is free software; you can redistribute it and/or modify * 10 * This program is free software; you can redistribute it and/or modify *
11 * it under the terms of the GNU General Public License as published by * 11 * it under the terms of the GNU General Public License as published by *
12 * the Free Software Foundation; either version 2 of the License, or * 12 * the Free Software Foundation; either version 2 of the License, or *
13 * (at your option) any later version. * 13 * (at your option) any later version. *
14 * * 14 * *
15 ***************************************************************************/ 15 ***************************************************************************/
16 16
17#ifndef DATEBOOK_PLUGIN_H 17#ifndef DATEBOOK_PLUGIN_H
18#define DATEBOOK_PLUGIN_H 18#define DATEBOOK_PLUGIN_H
19 19
20#include <qstring.h> 20#include <qstring.h>
21#include <qwidget.h> 21#include <qwidget.h>
22 22
23#include <qpe/datebookdb.h>
24#include <opie/oclickablelabel.h> 23#include <opie/oclickablelabel.h>
25 24
26#include "../../todayplugininterface.h" 25#include "../../todayplugininterface.h"
27 26
28class DatebookPlugin : public TodayPluginObject { 27class DatebookPlugin : public TodayPluginObject {
29 28
30public: 29public:
31 DatebookPlugin(); 30 DatebookPlugin();
32 ~DatebookPlugin(); 31 ~DatebookPlugin();
33 32
34 QString pluginName() const; 33 QString pluginName() const;
35 double versionNumber() const; 34 double versionNumber() const;
36 QString pixmapNameWidget() const; 35 QString pixmapNameWidget() const;
37 QWidget* widget( QWidget *); 36 QWidget* widget( QWidget *);
38 QString pixmapNameConfig() const; 37 QString pixmapNameConfig() const;
39 ConfigWidget* configWidget( QWidget *); 38 ConfigWidget* configWidget( QWidget *);
40 QString appName() const; 39 QString appName() const;
41 virtual int minHeight() const; 40 virtual int minHeight() const;
42 virtual int maxHeight() const; 41 virtual int maxHeight() const;
43 42
44}; 43};
45 44
46 45
47#endif 46#endif