From 8ae3f2f96308505b3a02f5acfedfd45a01fefe1c Mon Sep 17 00:00:00 2001 From: llornkcor Date: Wed, 05 Nov 2003 10:45:27 +0000 Subject: fix compile. may need more fixing.. who knows.... --- (limited to 'core/pim/today/today.h') diff --git a/core/pim/today/today.h b/core/pim/today/today.h index b28ac96..bf2293a 100644 --- a/core/pim/today/today.h +++ b/core/pim/today/today.h @@ -18,6 +18,8 @@ #ifndef TODAY_H #define TODAY_H +#include +#include #include @@ -37,6 +39,7 @@ class Today : public TodayBase { public: Today( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~Today(); + static QString appName() { return QString::fromLatin1("today"); } private slots: void startConfig(); @@ -50,6 +53,8 @@ private: void setOwnerField(QString &string); void loadPlugins(); void draw(); + void reinitialize(); + void setRefreshTimer( int ); private slots: @@ -60,6 +65,12 @@ private slots: QStringList m_excludeApplets; QStringList m_allApplets; + QScrollView *m_sv; + QWidget* m_big_box; + QVBoxLayout *m_bblayout; + + + QTimer *m_refreshTimer; bool m_refreshTimerEnabled; -- cgit v0.9.0.2