summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/atconfigdialog.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/atconfigdialog.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/atconfigdialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/atconfigdialog.h b/noncore/apps/opie-console/atconfigdialog.h
index 47ff01d..4dd033b 100644
--- a/noncore/apps/opie-console/atconfigdialog.h
+++ b/noncore/apps/opie-console/atconfigdialog.h
@@ -4,4 +4,5 @@
4 4
5#include <qdialog.h> 5#include <qdialog.h>
6#include "profile.h"
6 7
7#define MODEM_DEFAULT_INIT_STRING "~^M~ATZ^M~" 8#define MODEM_DEFAULT_INIT_STRING "~^M~ATZ^M~"
@@ -37,6 +38,6 @@ public:
37 ~ATConfigDialog(); 38 ~ATConfigDialog();
38 39
39 void readConfig(); 40 void readConfig( const Profile& );
40 void writeConfig(); 41 void writeConfig( Profile& );
41 42
42private: 43private: