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
1.4.2