From a26d188b7b91f9bdce1e6a44c40ce874cd50abde Mon Sep 17 00:00:00 2001 From: harlekin Date: Sun, 22 Sep 2002 22:29:34 +0000 Subject: interface updates --- (limited to 'core/pim/today/todayconfigwidget.h') diff --git a/core/pim/today/todayconfigwidget.h b/core/pim/today/todayconfigwidget.h new file mode 100644 index 0000000..48cf379 --- a/dev/null +++ b/core/pim/today/todayconfigwidget.h @@ -0,0 +1,21 @@ + +#ifndef CONFIG_WIDGET_H +#define CONFIG_WIDGET_H + + +class TodayConfigWidget : public QWidget { + + +public: + + TodayConfigWidget( QWidget *parent, const char *name ) : QWidget( parent, name ) {} ; + virtual ~TodayConfigWidget() {}; + + /** + * Plugins need to reimplement this in the config widget + * Used when the config dialog is closed to write config stuff + */ + virtual void writeConfig() = 0; +}; + +#endif -- cgit v0.9.0.2