-rw-r--r-- | libkcal/phoneformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/phoneformat.h b/libkcal/phoneformat.h index 8286098..2d1ff79 100644 --- a/libkcal/phoneformat.h +++ b/libkcal/phoneformat.h @@ -53,5 +53,5 @@ class PhoneFormat : public QObject { void copyTodo( Todo* to, Todo* from ); //int initDevice(GSM_StateMachine *s); - QString mProfileName, mDevice, mConnection, mModel; + QString mProfileName; void afterSave( Incidence* ); }; |