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
@@ -34,6 +34,7 @@
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
@@ -55,13 +56,13 @@ private:
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;