summaryrefslogtreecommitdiff
path: root/noncore/net/linphone/linphoneconfig.h
Unidiff
Diffstat (limited to 'noncore/net/linphone/linphoneconfig.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/linphone/linphoneconfig.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/noncore/net/linphone/linphoneconfig.h b/noncore/net/linphone/linphoneconfig.h
new file mode 100644
index 0000000..6ab8947
--- a/dev/null
+++ b/noncore/net/linphone/linphoneconfig.h
@@ -0,0 +1,21 @@
1#ifndef LINPHONECONFIG_H
2#define LINPHONECONFIG_H
3
4#include "settingsdialog.h"
5
6class LinPhoneConfig : public SettingsDialog {
7
8 Q_OBJECT
9
10public:
11 LinPhoneConfig( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
12 virtual ~LinPhoneConfig();
13
14private slots:
15 void accept();
16
17private:
18 void writeConfig();
19 void loadConfig();
20};
21#endif