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
@@ -31,12 +31,13 @@
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 );
@@ -52,19 +53,19 @@ private:
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};