summaryrefslogtreecommitdiffabout
path: root/libkcal/phoneformat.h
Unidiff
Diffstat (limited to 'libkcal/phoneformat.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libkcal/phoneformat.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/libkcal/phoneformat.h b/libkcal/phoneformat.h
index 4da38c8..8d4e200 100644
--- a/libkcal/phoneformat.h
+++ b/libkcal/phoneformat.h
@@ -44,8 +44,6 @@ class PhoneFormat : public QObject {
44 44
45 bool load( Calendar * ,Calendar *, QString profileName, QString device,QString connection, QString model ); 45 bool load( Calendar * ,Calendar *, QString profileName, QString device,QString connection, QString model );
46 bool save( Calendar * ); 46 bool save( Calendar * );
47 void setCategoriesList ( QStringList * cat ){ mCategories = cat; }
48 bool fromString2Cal( Calendar *, Calendar *, GSM_StateMachine*s , const QString & );
49 bool fromString( Calendar *, const QString & ); 47 bool fromString( Calendar *, const QString & );
50 QString toString( Calendar * ); 48 QString toString( Calendar * );
51 static ulong getCsum( const QStringList & ); 49 static ulong getCsum( const QStringList & );
@@ -53,11 +51,7 @@ class PhoneFormat : public QObject {
53 private: 51 private:
54 QString getEventString( Event* ); 52 QString getEventString( Event* );
55 QString getTodoString( Todo* ); 53 QString getTodoString( Todo* );
56 QString dtToString( const QDateTime& dt, bool useTZ = true ); 54 QString dtToGSM( const QDateTime& dt, bool useTZ = true );
57
58 QStringList *mCategories;
59 int getNumFromRecord( QString answer,Incidence* inc ) ;
60 QString getPart( const QString & text, bool &ok, int &start );
61 QString mProfileName; 55 QString mProfileName;
62}; 56};
63 57