summaryrefslogtreecommitdiff
path: root/noncore/net/linphone/linphoneconfig.h
Side-by-side diff
Diffstat (limited to 'noncore/net/linphone/linphoneconfig.h') (more/less context) (ignore 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 @@
+#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