summaryrefslogtreecommitdiff
path: root/noncore/net/linphone/linphoneconfig.h
blob: 6ab894732342ab98ead289b19f66c5af4300debb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef LINPHONECONFIG_H
#define LINPHONECONFIG_H

#include "settingsdialog.h"

class LinPhoneConfig : public SettingsDialog {

    Q_OBJECT

public:
    LinPhoneConfig( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
    virtual ~LinPhoneConfig();

private slots:
    void accept();

private:
    void writeConfig();
    void loadConfig();
};
#endif