-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 | |||
@@ -52,7 +52,7 @@ class PhoneFormat : public QObject { | |||
52 | void copyEvent( Event* to, Event* from ); | 52 | void copyEvent( Event* to, Event* from ); |
53 | void copyTodo( Todo* to, Todo* from ); | 53 | void copyTodo( Todo* to, Todo* from ); |
54 | //int initDevice(GSM_StateMachine *s); | 54 | //int initDevice(GSM_StateMachine *s); |
55 | QString mProfileName, mDevice, mConnection, mModel; | 55 | QString mProfileName; |
56 | void afterSave( Incidence* ); | 56 | void afterSave( Incidence* ); |
57 | }; | 57 | }; |
58 | 58 | ||