summaryrefslogtreecommitdiff
path: root/core/pim/today/today.h
Unidiff
Diffstat (limited to 'core/pim/today/today.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/today.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/pim/today/today.h b/core/pim/today/today.h
index 672adc4..b35c9b1 100644
--- a/core/pim/today/today.h
+++ b/core/pim/today/today.h
@@ -25,48 +25,49 @@
25#include <qhbox.h> 25#include <qhbox.h>
26 26
27#include <qpe/qlibrary.h> 27#include <qpe/qlibrary.h>
28#include <qpe/event.h> 28#include <qpe/event.h>
29 29
30#include "todayconfig.h" 30#include "todayconfig.h"
31#include "todaybase.h" 31#include "todaybase.h"
32#include "todayplugininterface.h" 32#include "todayplugininterface.h"
33 33
34class QVBoxLayout; 34class QVBoxLayout;
35 35
36 36
37
37class Today : public TodayBase { 38class Today : public TodayBase {
38 39
39 Q_OBJECT 40 Q_OBJECT
40 41
41 public: 42 public:
42 Today( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 43 Today( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
43 ~Today(); 44 ~Today();
44 45
45private slots: 46private slots:
46 void startConfig(); 47 void startConfig();
47 void startAddressbook(); 48 void startAddressbook();
48 void editCard(); 49 void editCard();
49 void refresh(); 50 void refresh();
50 51
51private: 52private:
52 void init(); 53 void init();
53 void setOwnerField(); 54 void setOwnerField();
54 void setOwnerField(QString &string); 55 void setOwnerField(QString &string);
55 void loadPlugins(); 56 void loadPlugins();
56 void draw(); 57 void draw();
57 58
58
59private slots: 59private slots:
60 void channelReceived(const QCString &msg, const QByteArray & data); 60 void channelReceived(const QCString &msg, const QByteArray & data);
61 61
62 private: 62 private:
63 TodayConfig *conf; 63 TodayConfig *conf;
64 QStringList m_excludeApplets; 64 QStringList m_excludeApplets;
65 QStringList m_allApplets;
65 66
66 // QString m_autoStartTimer; 67 // QString m_autoStartTimer;
67 int m_newStart; 68 int m_newStart;
68 // int m_autoStart; 69 // int m_autoStart;
69 int m_maxCharClip; 70 int m_maxCharClip;
70}; 71};
71 72
72#endif 73#endif