From 5a6ecdac2e62708b55300ca6eef8441fea0a7b05 Mon Sep 17 00:00:00 2001 From: harlekin Date: Sun, 13 Oct 2002 21:10:15 +0000 Subject: fixes to modem stuff --- (limited to 'noncore/apps/opie-console/atconfigdialog.h') 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 @@ -3,6 +3,7 @@ #define ATCONFIGDIALOG_H #include +#include "profile.h" #define MODEM_DEFAULT_INIT_STRING "~^M~ATZ^M~" #define MODEM_DEFAULT_RESET_STRING "~^M~ATZ^M~" @@ -36,8 +37,8 @@ public: ~ATConfigDialog(); - void readConfig(); - void writeConfig(); + void readConfig( const Profile& ); + void writeConfig( Profile& ); private: QWidget *tab0( QWidget* parent); -- cgit v0.9.0.2