-rw-r--r-- | libkdepim/ksyncmanager.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libkdepim/ksyncmanager.h b/libkdepim/ksyncmanager.h index f4654ce..53c611d 100644 --- a/libkdepim/ksyncmanager.h +++ b/libkdepim/ksyncmanager.h @@ -54,4 +54,6 @@ class KServerSocket : public QServerSocket void file_received( bool ); void request_file(); + void file_received( bool, const QString &); + void request_file(const QString &); void saveFile(); void endConnect(); @@ -63,4 +65,5 @@ class KServerSocket : public QServerSocket void readBackFileFromSocket(); private : + QString mResource; int mErrorMessage; bool blockRC; @@ -175,4 +178,7 @@ class KSyncManager : public QObject void request_file(); void getFile( bool ); + void getFile( bool, const QString &); + void request_file(const QString &); + void multiResourceSyncStart( bool ); public slots: |