libopie API Documentation

todayconfigwidget.h

00001 
00002 #ifndef CONFIG_WIDGET_H
00003 #define CONFIG_WIDGET_H
00004 
00005 
00017 class TodayConfigWidget : public QWidget {
00018 
00019 
00020 public:
00021 
00029     TodayConfigWidget( QWidget *parent,  const char *name ) : QWidget( parent,  name ) {} ;
00030     virtual ~TodayConfigWidget() {};
00031 
00036     virtual void  writeConfig() = 0;
00037 };
00038 
00039 #endif
KDE Logo
This file is part of the documentation for OPIE Version 1.1.
Documentation copyright © 1997-2003 the KDE developers. 2003 OPIE developers
Generated on Tue Feb 10 20:24:45 2004 by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2001