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

oholidayplugincfgwidget.h

Go to the documentation of this file.
00001 #ifndef _HOLIDAY_PLUGIN_CFG_WIDGET
00002 #define _HOLIDAY_PLUGIN_CFG_WIDGET
00003 #include <qwidget.h>
00004 
00005 namespace Opie {
00006 namespace Datebook {
00007 class HolidayPluginConfigWidget:public QWidget
00008 {
00009     Q_OBJECT
00010 public:
00020     HolidayPluginConfigWidget(QWidget *parent,  const char *name = 0, WFlags fl = 0 );
00021     virtual ~HolidayPluginConfigWidget();
00022 
00023     virtual void saveConfig()=0;
00024 };
00025 
00026 }
00027 }
00028 
00029 #endif
00030 

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