Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

todayconfigwidget.h

Go to the documentation of this file.
00001 
00002 #ifndef CONFIG_WIDGET_H
00003 #define CONFIG_WIDGET_H
00004 
00005 #include <qwidget.h>
00006 
00018 class TodayConfigWidget : public QWidget {
00019     Q_OBJECT
00020 
00021 public:
00022 
00030     TodayConfigWidget( QWidget *parent,  const char *name = 0, WFlags fl = 0 );
00031     virtual ~TodayConfigWidget();
00032 
00037     virtual void  writeConfig() = 0;
00038 };
00039 
00040 #endif

Generated on Sat Nov 5 16:16:23 2005 for OPIE by  doxygen 1.4.2