summaryrefslogtreecommitdiff
path: root/core/pim/today/today.h
authorzecke <zecke>2004-09-12 23:56:54 (UTC)
committer zecke <zecke>2004-09-12 23:56:54 (UTC)
commit848be27ce441430b6946221cd288ff9d6297096c (patch) (side-by-side diff)
tree1ff3d0bad98bee9d5dd0ff70f3eedd5484e25ab6 /core/pim/today/today.h
parentdf292cd5dbd8f3c11efa06db1a2ed565a6efa9b8 (diff)
downloadopie-848be27ce441430b6946221cd288ff9d6297096c.zip
opie-848be27ce441430b6946221cd288ff9d6297096c.tar.gz
opie-848be27ce441430b6946221cd288ff9d6297096c.tar.bz2
-Refactor loading of the Plugin Widgets' to be only contained
in one place. -Reload the Plugins after configuration to reflect the changes immediately
Diffstat (limited to 'core/pim/today/today.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/today.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/core/pim/today/today.h b/core/pim/today/today.h
index dfc819d..8dbe9aa 100644
--- a/core/pim/today/today.h
+++ b/core/pim/today/today.h
@@ -56,13 +56,16 @@ private slots:
void refresh();
private:
- void init();
void setOwnerField();
void setOwnerField(QString &string);
- void initialize();
void setRefreshTimer( int );
+ void clearPluginWidgets();
+ void loadPluginWidgets();
+ void loadShellContent();
+
+
private slots:
void channelReceived(const QCString &msg, const QByteArray & data);
void loadPlugins();
@@ -75,6 +78,7 @@ private:
QScrollView *m_sv;
QWidget* m_big_box;
QVBoxLayout *m_bblayout;
+ QLabel *m_informationLabel;
Opie::Core::OPluginLoader *m_pluginLoader;
Opie::Core::OPluginManager *m_manager;