From b52e2e46ec535a5307276b8fdf1e578aa5d29283 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 12 Sep 2004 20:31:20 +0000 Subject: -Only create configWidgets once per config dialog, properly delete them -Delete the Widgets before we remove the plugin from our address space some random clean ups --- (limited to 'core/pim/today/todayconfig.h') diff --git a/core/pim/today/todayconfig.h b/core/pim/today/todayconfig.h index ab79f31..81120d3 100644 --- a/core/pim/today/todayconfig.h +++ b/core/pim/today/todayconfig.h @@ -30,6 +30,8 @@ class QCheckBox; class QLabel; class QSpinBox; class QTabWidget; +class TodayConfigWidget; +class TodayPluginInterface; namespace Opie { namespace Core { @@ -40,7 +42,6 @@ namespace Opie { } class TodayConfig : public QDialog { - Q_OBJECT public: @@ -64,6 +65,7 @@ private: QListView* m_appletListView; QMap m_applets; + QMap m_configMap; int m_autoStart; int m_autoStartTimer; -- cgit v0.9.0.2