summaryrefslogtreecommitdiff
path: root/noncore/net/linphone/linphoneconfig.h
authorharlekin <harlekin>2004-02-22 23:38:58 (UTC)
committer harlekin <harlekin>2004-02-22 23:38:58 (UTC)
commit666a49773d06ac94c19996d763854725c2f7a578 (patch) (unidiff)
treec886c9373ed967ed5dfe468ac6260d4c5218c4d1 /noncore/net/linphone/linphoneconfig.h
parent2fc1e609a40a47df6a38256faccfee7916b59bbd (diff)
downloadopie-666a49773d06ac94c19996d763854725c2f7a578.zip
opie-666a49773d06ac94c19996d763854725c2f7a578.tar.gz
opie-666a49773d06ac94c19996d763854725c2f7a578.tar.bz2
initial checkin of opie linphone, not really usefull yet, just to make sure I dont loose any data
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 @@
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