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

linphoneconfig.h

Go to the documentation of this file.
00001 #ifndef LINPHONECONFIG_H
00002 #define LINPHONECONFIG_H
00003 
00004 #include "settingsdialog.h"
00005 
00006 class LinPhoneConfig : public SettingsDialog {
00007 
00008     Q_OBJECT
00009 
00010 public:
00011     LinPhoneConfig( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00012     virtual ~LinPhoneConfig();
00013 
00014 private slots:
00015     void accept();
00016 
00017 private:
00018     void writeConfig();
00019     void loadConfig();
00020 };
00021 #endif

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